Skip to content

Commit 467f13f

Browse files
authored
Bump setuptools (#2405)
1 parent 29bc38c commit 467f13f

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ repos:
5757
- flake8-pytest-style==1.6
5858
- flake8-spellcheck==0.28
5959
- flake8-unused-arguments==0.0.11
60-
- flake8-noqa==1.2.8
61-
- pep8-naming==0.13.1
60+
- flake8-noqa==1.2.9
61+
- pep8-naming==0.13.2

docs/changelog/2405.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump embed setuptools to ``65.3`` - 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.2.2-py3-none-any.whl",
9-
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
9+
"setuptools": "setuptools-65.3.0-py3-none-any.whl",
1010
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
1111
},
1212
"3.10": {
1313
"pip": "pip-22.2.2-py3-none-any.whl",
14-
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
14+
"setuptools": "setuptools-65.3.0-py3-none-any.whl",
1515
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
1616
},
1717
"3.9": {
1818
"pip": "pip-22.2.2-py3-none-any.whl",
19-
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
19+
"setuptools": "setuptools-65.3.0-py3-none-any.whl",
2020
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
2121
},
2222
"3.8": {
2323
"pip": "pip-22.2.2-py3-none-any.whl",
24-
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
24+
"setuptools": "setuptools-65.3.0-py3-none-any.whl",
2525
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
2626
},
2727
"3.7": {
2828
"pip": "pip-22.2.2-py3-none-any.whl",
29-
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
29+
"setuptools": "setuptools-65.3.0-py3-none-any.whl",
3030
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
3131
},
3232
"3.6": {

0 commit comments

Comments
 (0)