Skip to content

Commit

Permalink
Bump setuptools (#2365)
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <[email protected]>
  • Loading branch information
gaborbernat authored Jun 25, 2022
1 parent 805dcff commit a3d4090
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/2348.bugfix.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Upgrade embedded setuptools to ``62.3.3`` from ``62.1.0`` and pip to ``22.1.2`` from ``22.0.4`` - by :user:`gaborbernat`.
Upgrade embedded setuptools to ``62.3.3`` from ``62.6.0`` and pip to ``22.1.2`` from ``22.0.4`` - by :user:`gaborbernat`.
10 changes: 5 additions & 5 deletions src/virtualenv/seed/wheels/embed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
BUNDLE_SUPPORT = {
"3.11": {
"pip": "pip-22.1.2-py3-none-any.whl",
"setuptools": "setuptools-62.3.3-py3-none-any.whl",
"setuptools": "setuptools-62.6.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.10": {
"pip": "pip-22.1.2-py3-none-any.whl",
"setuptools": "setuptools-62.3.3-py3-none-any.whl",
"setuptools": "setuptools-62.6.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.9": {
"pip": "pip-22.1.2-py3-none-any.whl",
"setuptools": "setuptools-62.3.3-py3-none-any.whl",
"setuptools": "setuptools-62.6.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-22.1.2-py3-none-any.whl",
"setuptools": "setuptools-62.3.3-py3-none-any.whl",
"setuptools": "setuptools-62.6.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-22.1.2-py3-none-any.whl",
"setuptools": "setuptools-62.3.3-py3-none-any.whl",
"setuptools": "setuptools-62.6.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 a3d4090

Please sign in to comment.