Skip to content

Commit 7cb7e63

Browse files
authored
Bump setuptools (#2451)
1 parent 9bc1f9f commit 7cb7e63

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

docs/changelog/2448.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Do not use deprecated API from ``importlib.resources`` on Python 3.10 or later - by :user:`gaborbernat`.

docs/changelog/2451.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade embedded setuptools to ``65.6.3`` from ``65.5.1`` - by :user:`gaborbernat`.

src/virtualenv/seed/wheels/embed/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@
66
BUNDLE_SUPPORT = {
77
"3.11": {
88
"pip": "pip-22.3.1-py3-none-any.whl",
9-
"setuptools": "setuptools-65.5.1-py3-none-any.whl",
9+
"setuptools": "setuptools-65.6.3-py3-none-any.whl",
1010
"wheel": "wheel-0.38.4-py3-none-any.whl",
1111
},
1212
"3.10": {
1313
"pip": "pip-22.3.1-py3-none-any.whl",
14-
"setuptools": "setuptools-65.5.1-py3-none-any.whl",
14+
"setuptools": "setuptools-65.6.3-py3-none-any.whl",
1515
"wheel": "wheel-0.38.4-py3-none-any.whl",
1616
},
1717
"3.9": {
1818
"pip": "pip-22.3.1-py3-none-any.whl",
19-
"setuptools": "setuptools-65.5.1-py3-none-any.whl",
19+
"setuptools": "setuptools-65.6.3-py3-none-any.whl",
2020
"wheel": "wheel-0.38.4-py3-none-any.whl",
2121
},
2222
"3.8": {
2323
"pip": "pip-22.3.1-py3-none-any.whl",
24-
"setuptools": "setuptools-65.5.1-py3-none-any.whl",
24+
"setuptools": "setuptools-65.6.3-py3-none-any.whl",
2525
"wheel": "wheel-0.38.4-py3-none-any.whl",
2626
},
2727
"3.7": {
2828
"pip": "pip-22.3.1-py3-none-any.whl",
29-
"setuptools": "setuptools-65.5.1-py3-none-any.whl",
29+
"setuptools": "setuptools-65.6.3-py3-none-any.whl",
3030
"wheel": "wheel-0.38.4-py3-none-any.whl",
3131
},
3232
"3.6": {

0 commit comments

Comments
 (0)