Skip to content

Commit

Permalink
Upgrade to pip 24.3 (#2790)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Oct 28, 2024
1 parent 17ee28f commit 8425467
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions docs/changelog/2789.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Upgrade embedded wheels:

* pip to ``24.3.1`` from ``24.2``
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.2-py3-none-any.whl",
"pip": "pip-24.3.1-py3-none-any.whl",
"setuptools": "setuptools-75.2.0-py3-none-any.whl",
"wheel": "wheel-0.44.0-py3-none-any.whl",
},
"3.9": {
"pip": "pip-24.2-py3-none-any.whl",
"pip": "pip-24.3.1-py3-none-any.whl",
"setuptools": "setuptools-75.2.0-py3-none-any.whl",
"wheel": "wheel-0.44.0-py3-none-any.whl",
},
"3.10": {
"pip": "pip-24.2-py3-none-any.whl",
"pip": "pip-24.3.1-py3-none-any.whl",
"setuptools": "setuptools-75.2.0-py3-none-any.whl",
"wheel": "wheel-0.44.0-py3-none-any.whl",
},
"3.11": {
"pip": "pip-24.2-py3-none-any.whl",
"pip": "pip-24.3.1-py3-none-any.whl",
"setuptools": "setuptools-75.2.0-py3-none-any.whl",
"wheel": "wheel-0.44.0-py3-none-any.whl",
},
"3.12": {
"pip": "pip-24.2-py3-none-any.whl",
"pip": "pip-24.3.1-py3-none-any.whl",
"setuptools": "setuptools-75.2.0-py3-none-any.whl",
"wheel": "wheel-0.44.0-py3-none-any.whl",
},
"3.13": {
"pip": "pip-24.2-py3-none-any.whl",
"pip": "pip-24.3.1-py3-none-any.whl",
"setuptools": "setuptools-75.2.0-py3-none-any.whl",
"wheel": "wheel-0.44.0-py3-none-any.whl",
},
"3.14": {
"pip": "pip-24.2-py3-none-any.whl",
"pip": "pip-24.3.1-py3-none-any.whl",
"setuptools": "setuptools-75.2.0-py3-none-any.whl",
"wheel": "wheel-0.44.0-py3-none-any.whl",
},
Expand Down
Binary file not shown.

0 comments on commit 8425467

Please sign in to comment.