Skip to content

Commit 03afeca

Browse files
authored
Bump embeded pip (#2135)
1 parent 44a7c5b commit 03afeca

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

docs/changelog/2135.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump pip the embedded pip ``21.1.3`` and setuptools to ``57.1.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
@@ -6,28 +6,28 @@
66
BUNDLE_FOLDER = Path(__file__).absolute().parent
77
BUNDLE_SUPPORT = {
88
"3.10": {
9-
"pip": "pip-21.1.2-py3-none-any.whl",
10-
"setuptools": "setuptools-57.0.0-py3-none-any.whl",
9+
"pip": "pip-21.1.3-py3-none-any.whl",
10+
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
1111
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
1212
},
1313
"3.9": {
14-
"pip": "pip-21.1.2-py3-none-any.whl",
15-
"setuptools": "setuptools-57.0.0-py3-none-any.whl",
14+
"pip": "pip-21.1.3-py3-none-any.whl",
15+
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
1616
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
1717
},
1818
"3.8": {
19-
"pip": "pip-21.1.2-py3-none-any.whl",
20-
"setuptools": "setuptools-57.0.0-py3-none-any.whl",
19+
"pip": "pip-21.1.3-py3-none-any.whl",
20+
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
2121
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
2222
},
2323
"3.7": {
24-
"pip": "pip-21.1.2-py3-none-any.whl",
25-
"setuptools": "setuptools-57.0.0-py3-none-any.whl",
24+
"pip": "pip-21.1.3-py3-none-any.whl",
25+
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
2626
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
2727
},
2828
"3.6": {
29-
"pip": "pip-21.1.2-py3-none-any.whl",
30-
"setuptools": "setuptools-57.0.0-py3-none-any.whl",
29+
"pip": "pip-21.1.3-py3-none-any.whl",
30+
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
3131
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
3232
},
3333
"3.5": {

src/virtualenv/seed/wheels/embed/pip-21.1.2-py3-none-any.whl renamed to src/virtualenv/seed/wheels/embed/pip-21.1.3-py3-none-any.whl

1.48 MB
Binary file not shown.

src/virtualenv/seed/wheels/embed/setuptools-57.0.0-py3-none-any.whl renamed to src/virtualenv/seed/wheels/embed/setuptools-57.1.0-py3-none-any.whl

802 KB
Binary file not shown.

0 commit comments

Comments
 (0)