Skip to content

Commit

Permalink
Bump setuptools (#2405)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Aug 30, 2022
1 parent 29bc38c commit 467f13f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -57,5 +57,5 @@ repos:
- flake8-pytest-style==1.6
- flake8-spellcheck==0.28
- flake8-unused-arguments==0.0.11
- flake8-noqa==1.2.8
- pep8-naming==0.13.1
- flake8-noqa==1.2.9
- pep8-naming==0.13.2
1 change: 1 addition & 0 deletions docs/changelog/2405.bugfix.rst
@@ -0,0 +1 @@
Bump embed setuptools to ``65.3`` - by :user:`gaborbernat`.
10 changes: 5 additions & 5 deletions src/virtualenv/seed/wheels/embed/__init__.py
Expand Up @@ -6,27 +6,27 @@
BUNDLE_SUPPORT = {
"3.11": {
"pip": "pip-22.2.2-py3-none-any.whl",
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
"setuptools": "setuptools-65.3.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.10": {
"pip": "pip-22.2.2-py3-none-any.whl",
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
"setuptools": "setuptools-65.3.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.9": {
"pip": "pip-22.2.2-py3-none-any.whl",
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
"setuptools": "setuptools-65.3.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-22.2.2-py3-none-any.whl",
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
"setuptools": "setuptools-65.3.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-22.2.2-py3-none-any.whl",
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
"setuptools": "setuptools-65.3.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.6": {
Expand Down
Binary file not shown.

0 comments on commit 467f13f

Please sign in to comment.