Skip to content

Commit 37f3188

Browse files
authored
Bump embed pip (#2391)
1 parent 36759d4 commit 37f3188

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- pypy-3.7-v7.3.9
2929
- pypy-3.6-v7.3.3
3030
os:
31-
- ubuntu-20.04
31+
- ubuntu-22.04
3232
- macos-12
3333
- windows-2022
3434
exclude:

docs/changelog/2391.bugfix.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump embeded pip from ``22.2`` to ``22.2.1`` - by :user:`gaborbernat`.

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
BUNDLE_FOLDER = Path(__file__).absolute().parent
66
BUNDLE_SUPPORT = {
77
"3.11": {
8-
"pip": "pip-22.2-py3-none-any.whl",
8+
"pip": "pip-22.2.1-py3-none-any.whl",
99
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
1010
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
1111
},
1212
"3.10": {
13-
"pip": "pip-22.2-py3-none-any.whl",
13+
"pip": "pip-22.2.1-py3-none-any.whl",
1414
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
1515
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
1616
},
1717
"3.9": {
18-
"pip": "pip-22.2-py3-none-any.whl",
18+
"pip": "pip-22.2.1-py3-none-any.whl",
1919
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
2020
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
2121
},
2222
"3.8": {
23-
"pip": "pip-22.2-py3-none-any.whl",
23+
"pip": "pip-22.2.1-py3-none-any.whl",
2424
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
2525
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
2626
},
2727
"3.7": {
28-
"pip": "pip-22.2-py3-none-any.whl",
28+
"pip": "pip-22.2.1-py3-none-any.whl",
2929
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
3030
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
3131
},

0 commit comments

Comments
 (0)