Skip to content

Commit 9aa16d7

Browse files
upgrade pip (#2611)
1 parent 328f965 commit 9aa16d7

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

docs/changelog/2611.bugfix.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Upgrade embedded wheels:
2+
3+
* pip to ``23.2`` from ``23.1.2`` - by :user:`arielkirkwood`

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,32 @@
77
BUNDLE_FOLDER = Path(__file__).absolute().parent
88
BUNDLE_SUPPORT = {
99
"3.7": {
10-
"pip": "pip-23.1.2-py3-none-any.whl",
10+
"pip": "pip-23.2-py3-none-any.whl",
1111
"setuptools": "setuptools-68.0.0-py3-none-any.whl",
1212
"wheel": "wheel-0.40.0-py3-none-any.whl",
1313
},
1414
"3.8": {
15-
"pip": "pip-23.1.2-py3-none-any.whl",
15+
"pip": "pip-23.2-py3-none-any.whl",
1616
"setuptools": "setuptools-68.0.0-py3-none-any.whl",
1717
"wheel": "wheel-0.40.0-py3-none-any.whl",
1818
},
1919
"3.9": {
20-
"pip": "pip-23.1.2-py3-none-any.whl",
20+
"pip": "pip-23.2-py3-none-any.whl",
2121
"setuptools": "setuptools-68.0.0-py3-none-any.whl",
2222
"wheel": "wheel-0.40.0-py3-none-any.whl",
2323
},
2424
"3.10": {
25-
"pip": "pip-23.1.2-py3-none-any.whl",
25+
"pip": "pip-23.2-py3-none-any.whl",
2626
"setuptools": "setuptools-68.0.0-py3-none-any.whl",
2727
"wheel": "wheel-0.40.0-py3-none-any.whl",
2828
},
2929
"3.11": {
30-
"pip": "pip-23.1.2-py3-none-any.whl",
30+
"pip": "pip-23.2-py3-none-any.whl",
3131
"setuptools": "setuptools-68.0.0-py3-none-any.whl",
3232
"wheel": "wheel-0.40.0-py3-none-any.whl",
3333
},
3434
"3.12": {
35-
"pip": "pip-23.1.2-py3-none-any.whl",
35+
"pip": "pip-23.2-py3-none-any.whl",
3636
"setuptools": "setuptools-68.0.0-py3-none-any.whl",
3737
"wheel": "wheel-0.40.0-py3-none-any.whl",
3838
},

0 commit comments

Comments
 (0)