Skip to content

Commit

Permalink
Upgrade pip to 22.0.4 (#2311)
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] authored Mar 7, 2022
1 parent 3a90a6b commit 471e7cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/changelog/2311.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump embed pip from ``22.0.3`` to ``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 @@ -6,27 +6,27 @@
BUNDLE_FOLDER = Path(__file__).absolute().parent
BUNDLE_SUPPORT = {
"3.11": {
"pip": "pip-22.0.3-py3-none-any.whl",
"pip": "pip-22.0.4-py3-none-any.whl",
"setuptools": "setuptools-60.9.3-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.10": {
"pip": "pip-22.0.3-py3-none-any.whl",
"pip": "pip-22.0.4-py3-none-any.whl",
"setuptools": "setuptools-60.9.3-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.9": {
"pip": "pip-22.0.3-py3-none-any.whl",
"pip": "pip-22.0.4-py3-none-any.whl",
"setuptools": "setuptools-60.9.3-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-22.0.3-py3-none-any.whl",
"pip": "pip-22.0.4-py3-none-any.whl",
"setuptools": "setuptools-60.9.3-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-22.0.3-py3-none-any.whl",
"pip": "pip-22.0.4-py3-none-any.whl",
"setuptools": "setuptools-60.9.3-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
Expand Down
Binary file not shown.

0 comments on commit 471e7cc

Please sign in to comment.