Skip to content

Commit d8a68e6

Browse files
committed
Bump pip to 25.0.1
Signed-off-by: Bernát Gábor <[email protected]>
1 parent cb02b4f commit d8a68e6

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

docs/changelog/2843.bugfix.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade embedded wheel pip to ``25.0.1`` from ``24.3.1`` - by :user:`gaborbernat`.

src/virtualenv/seed/wheels/embed/__init__.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,37 @@
77
BUNDLE_FOLDER = Path(__file__).absolute().parent
88
BUNDLE_SUPPORT = {
99
"3.8": {
10-
"pip": "pip-24.3.1-py3-none-any.whl",
10+
"pip": "pip-25.0.1-py3-none-any.whl",
1111
"setuptools": "setuptools-75.3.0-py3-none-any.whl",
1212
"wheel": "wheel-0.45.1-py3-none-any.whl",
1313
},
1414
"3.9": {
15-
"pip": "pip-24.3.1-py3-none-any.whl",
15+
"pip": "pip-25.0.1-py3-none-any.whl",
1616
"setuptools": "setuptools-75.8.0-py3-none-any.whl",
1717
"wheel": "wheel-0.45.1-py3-none-any.whl",
1818
},
1919
"3.10": {
20-
"pip": "pip-24.3.1-py3-none-any.whl",
20+
"pip": "pip-25.0.1-py3-none-any.whl",
2121
"setuptools": "setuptools-75.8.0-py3-none-any.whl",
2222
"wheel": "wheel-0.45.1-py3-none-any.whl",
2323
},
2424
"3.11": {
25-
"pip": "pip-24.3.1-py3-none-any.whl",
25+
"pip": "pip-25.0.1-py3-none-any.whl",
2626
"setuptools": "setuptools-75.8.0-py3-none-any.whl",
2727
"wheel": "wheel-0.45.1-py3-none-any.whl",
2828
},
2929
"3.12": {
30-
"pip": "pip-24.3.1-py3-none-any.whl",
30+
"pip": "pip-25.0.1-py3-none-any.whl",
3131
"setuptools": "setuptools-75.8.0-py3-none-any.whl",
3232
"wheel": "wheel-0.45.1-py3-none-any.whl",
3333
},
3434
"3.13": {
35-
"pip": "pip-24.3.1-py3-none-any.whl",
35+
"pip": "pip-25.0.1-py3-none-any.whl",
3636
"setuptools": "setuptools-75.8.0-py3-none-any.whl",
3737
"wheel": "wheel-0.45.1-py3-none-any.whl",
3838
},
3939
"3.14": {
40-
"pip": "pip-24.3.1-py3-none-any.whl",
40+
"pip": "pip-25.0.1-py3-none-any.whl",
4141
"setuptools": "setuptools-75.8.0-py3-none-any.whl",
4242
"wheel": "wheel-0.45.1-py3-none-any.whl",
4343
},

0 commit comments

Comments
 (0)