Skip to content

Commit f58ae82

Browse files
authored
bump setuptools version for pep 639 (#42387)
* bump setuptools version for pep 639 * bump twine
1 parent 2493a6d commit f58ae82

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

eng/ci_tools.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
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
53
virtualenv==20.29.3
64
wheel==0.45.1
75
packaging==24.2

eng/conda_test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ trio
88
typing_extensions>=3.7.2
99
cryptography
1010
adal
11-
setuptools==75.3.2
11+
setuptools==77.0.3
1212
pytest-asyncio==0.25.3
1313
-e sdk/core/azure-core/tests/testserver_tests/coretestserver
1414
azure-mgmt-storage

eng/release_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
twine==5.1.1
1+
twine==6.1.0

eng/tox/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
8787
deps = {[base]deps}
8888
install_command = {[tox]pip_command} install {opts} {packages} --cache-dir {tox_root}/../.tox_pip_cache_{envname}

0 commit comments

Comments
 (0)