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 1
1
# 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
5
3
virtualenv==20.29.3
6
4
wheel==0.45.1
7
5
packaging==24.2
Original file line number Diff line number Diff line change 8
8
typing_extensions>=3.7.2
9
9
cryptography
10
10
adal
11
- setuptools==75.3.2
11
+ setuptools==77.0.3
12
12
pytest-asyncio==0.25.3
13
13
-e sdk/core/azure-core/tests/testserver_tests/coretestserver
14
14
azure-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 =
82
82
PROXY_URL =http://localhost:5000
83
83
VIRTUALENV_WHEEL =0.45.1
84
84
VIRTUALENV_PIP =24.0
85
- VIRTUALENV_SETUPTOOLS =75.3.2
85
+ VIRTUALENV_SETUPTOOLS =77.0.3
86
86
PIP_EXTRA_INDEX_URL =https://pypi.python.org/simple
87
87
deps = {[base]deps}
88
88
install_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