File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11# requirements leveraged by ci tools
2- # setuptools 75.3.2 is the last version of setuptools that supports python 3.8.
3- # it can be bumped further only when py3.8 is completely eliminated from CI
4- setuptools==75.3.2
2+ setuptools==77.0.3
53virtualenv==20.29.3
64wheel==0.45.1
75packaging==24.2
Original file line number Diff line number Diff line change 88typing_extensions>=3.7.2
99cryptography
1010adal
11- setuptools==75.3.2
11+ setuptools==77.0.3
1212pytest-asyncio==0.25.3
1313-e sdk/core/azure-core/tests/testserver_tests/coretestserver
1414azure-mgmt-storage
Original file line number Diff line number Diff line change 1- twine==5 .1.1
1+ twine==6 .1.0
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ setenv =
8282 PROXY_URL =http://localhost:5000
8383 VIRTUALENV_WHEEL =0.45.1
8484 VIRTUALENV_PIP =24.0
85- VIRTUALENV_SETUPTOOLS =75.3.2
85+ VIRTUALENV_SETUPTOOLS =77.0.3
8686 PIP_EXTRA_INDEX_URL =https://pypi.python.org/simple
8787deps = {[base]deps}
8888install_command = {[tox]pip_command} install {opts} {packages} --cache-dir {tox_root}/../.tox_pip_cache_{envname}
You can’t perform that action at this time.
0 commit comments