Skip to content

Commit

Permalink
Bump embed pip and setuptools (#2395)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
gaborbernat and pre-commit-ci[bot] committed Aug 4, 2022
1 parent fd064dc commit b18f733
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions docs/changelog/2395.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade embedded pip to ``22.2.2`` from ``22.2.1`` and setuptools to ``63.4.1`` from ``63.2.0`` - by :user:`gaborbernat`.
20 changes: 10 additions & 10 deletions src/virtualenv/seed/wheels/embed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@
BUNDLE_FOLDER = Path(__file__).absolute().parent
BUNDLE_SUPPORT = {
"3.11": {
"pip": "pip-22.2.1-py3-none-any.whl",
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
"pip": "pip-22.2.2-py3-none-any.whl",
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.10": {
"pip": "pip-22.2.1-py3-none-any.whl",
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
"pip": "pip-22.2.2-py3-none-any.whl",
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.9": {
"pip": "pip-22.2.1-py3-none-any.whl",
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
"pip": "pip-22.2.2-py3-none-any.whl",
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-22.2.1-py3-none-any.whl",
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
"pip": "pip-22.2.2-py3-none-any.whl",
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-22.2.1-py3-none-any.whl",
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
"pip": "pip-22.2.2-py3-none-any.whl",
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.6": {
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit b18f733

Please sign in to comment.