Skip to content

Commit 3cb22d8

Browse files
committed
t
1 parent ecee3bc commit 3cb22d8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

eng/tox/tox.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ deps =
4141

4242
[packaging]
4343
pkgs =
44-
wheel==0.43.0
45-
packaging==23.1
46-
urllib3==1.26.15
47-
tomli==2.0.1
44+
wheel==0.45.1
45+
packaging==24.2
46+
urllib3==2.2.3
47+
tomli==2.2.1
4848

4949
[pytest]
5050
ignore_args=--ignore=.tox --ignore=build --ignore=.eggs --ignore=samples
@@ -63,9 +63,9 @@ setenv =
6363
SPHINX_APIDOC_OPTIONS=members,undoc-members,inherited-members
6464
PIP_EXTRA_INDEX_URL=https://pypi.python.org/simple
6565
PROXY_URL=http://localhost:5000
66-
VIRTUALENV_WHEEL=0.37.0
66+
VIRTUALENV_WHEEL=0.45.1
6767
VIRTUALENV_PIP=24.0
68-
VIRTUALENV_SETUPTOOLS=67.6.0
68+
VIRTUALENV_SETUPTOOLS=75.3.2
6969
deps = {[base]deps}
7070
install_command = python -m pip install {opts} {packages} --cache-dir {tox_root}/../.tox_pip_cache_{envname}
7171
commands =
@@ -117,7 +117,7 @@ deps =
117117
PyGitHub>=1.59.0
118118
commands =
119119
python -m pip install pylint=={[testenv:next-pylint]pylint_version}
120-
python -m pip install {repository_root}/../azure-sdk-tools/tools/pylint-extensions/azure-pylint-guidelines-checker -e .
120+
python -m pip install azure-pylint-guidelines-checker==0.5.2 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
121121
python {repository_root}/eng/tox/create_package_and_install.py \
122122
-d {envtmpdir}/dist \
123123
-p {tox_root} \

0 commit comments

Comments
 (0)