Skip to content

Commit b18f733

Browse files
Bump embed pip and setuptools (#2395)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fd064dc commit b18f733

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

docs/changelog/2395.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade embedded pip to ``22.2.2`` from ``22.2.1`` and setuptools to ``63.4.1`` from ``63.2.0`` - by :user:`gaborbernat`.

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@
55
BUNDLE_FOLDER = Path(__file__).absolute().parent
66
BUNDLE_SUPPORT = {
77
"3.11": {
8-
"pip": "pip-22.2.1-py3-none-any.whl",
9-
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
8+
"pip": "pip-22.2.2-py3-none-any.whl",
9+
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
1010
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
1111
},
1212
"3.10": {
13-
"pip": "pip-22.2.1-py3-none-any.whl",
14-
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
13+
"pip": "pip-22.2.2-py3-none-any.whl",
14+
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
1515
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
1616
},
1717
"3.9": {
18-
"pip": "pip-22.2.1-py3-none-any.whl",
19-
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
18+
"pip": "pip-22.2.2-py3-none-any.whl",
19+
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
2020
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
2121
},
2222
"3.8": {
23-
"pip": "pip-22.2.1-py3-none-any.whl",
24-
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
23+
"pip": "pip-22.2.2-py3-none-any.whl",
24+
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
2525
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
2626
},
2727
"3.7": {
28-
"pip": "pip-22.2.1-py3-none-any.whl",
29-
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
28+
"pip": "pip-22.2.2-py3-none-any.whl",
29+
"setuptools": "setuptools-63.4.1-py3-none-any.whl",
3030
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
3131
},
3232
"3.6": {

0 commit comments

Comments
 (0)