File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ deps =
4141
4242[packaging]
4343pkgs =
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]
5050ignore_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
6969deps = {[base]deps}
7070install_command = python -m pip install {opts} {packages} --cache-dir {tox_root}/../.tox_pip_cache_{envname}
7171commands =
@@ -117,7 +117,7 @@ deps =
117117 PyGitHub>=1.59.0
118118commands =
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} \
You can’t perform that action at this time.
0 commit comments