Skip to content

Commit

Permalink
Bump pip to 25.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat committed Feb 10, 2025
1 parent cb02b4f commit d8a68e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions docs/changelog/2843.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade embedded wheel pip to ``25.0.1`` from ``24.3.1`` - by :user:`gaborbernat`.
14 changes: 7 additions & 7 deletions src/virtualenv/seed/wheels/embed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,37 @@
BUNDLE_FOLDER = Path(__file__).absolute().parent
BUNDLE_SUPPORT = {
"3.8": {
"pip": "pip-24.3.1-py3-none-any.whl",
"pip": "pip-25.0.1-py3-none-any.whl",
"setuptools": "setuptools-75.3.0-py3-none-any.whl",
"wheel": "wheel-0.45.1-py3-none-any.whl",
},
"3.9": {
"pip": "pip-24.3.1-py3-none-any.whl",
"pip": "pip-25.0.1-py3-none-any.whl",
"setuptools": "setuptools-75.8.0-py3-none-any.whl",
"wheel": "wheel-0.45.1-py3-none-any.whl",
},
"3.10": {
"pip": "pip-24.3.1-py3-none-any.whl",
"pip": "pip-25.0.1-py3-none-any.whl",
"setuptools": "setuptools-75.8.0-py3-none-any.whl",
"wheel": "wheel-0.45.1-py3-none-any.whl",
},
"3.11": {
"pip": "pip-24.3.1-py3-none-any.whl",
"pip": "pip-25.0.1-py3-none-any.whl",
"setuptools": "setuptools-75.8.0-py3-none-any.whl",
"wheel": "wheel-0.45.1-py3-none-any.whl",
},
"3.12": {
"pip": "pip-24.3.1-py3-none-any.whl",
"pip": "pip-25.0.1-py3-none-any.whl",
"setuptools": "setuptools-75.8.0-py3-none-any.whl",
"wheel": "wheel-0.45.1-py3-none-any.whl",
},
"3.13": {
"pip": "pip-24.3.1-py3-none-any.whl",
"pip": "pip-25.0.1-py3-none-any.whl",
"setuptools": "setuptools-75.8.0-py3-none-any.whl",
"wheel": "wheel-0.45.1-py3-none-any.whl",
},
"3.14": {
"pip": "pip-24.3.1-py3-none-any.whl",
"pip": "pip-25.0.1-py3-none-any.whl",
"setuptools": "setuptools-75.8.0-py3-none-any.whl",
"wheel": "wheel-0.45.1-py3-none-any.whl",
},
Expand Down
Binary file not shown.

0 comments on commit d8a68e6

Please sign in to comment.