Skip to content

Commit 0e85268

Browse files
authored
Bump setuptools and pip (#2060)
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 9093686 commit 0e85268

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

docs/changelog/2060.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump embedded pip and setuptools packages to latest upstream supported (``21.0.1`` and ``52.0.0``) - by :user:`gaborbernat`.

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@
66
BUNDLE_FOLDER = Path(__file__).absolute().parent
77
BUNDLE_SUPPORT = {
88
"3.10": {
9-
"pip": "pip-20.3.3-py2.py3-none-any.whl",
10-
"setuptools": "setuptools-51.3.3-py3-none-any.whl",
9+
"pip": "pip-21.0.1-py3-none-any.whl",
10+
"setuptools": "setuptools-52.0.0-py3-none-any.whl",
1111
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
1212
},
1313
"3.9": {
14-
"pip": "pip-20.3.3-py2.py3-none-any.whl",
15-
"setuptools": "setuptools-51.3.3-py3-none-any.whl",
14+
"pip": "pip-21.0.1-py3-none-any.whl",
15+
"setuptools": "setuptools-52.0.0-py3-none-any.whl",
1616
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
1717
},
1818
"3.8": {
19-
"pip": "pip-20.3.3-py2.py3-none-any.whl",
20-
"setuptools": "setuptools-51.3.3-py3-none-any.whl",
19+
"pip": "pip-21.0.1-py3-none-any.whl",
20+
"setuptools": "setuptools-52.0.0-py3-none-any.whl",
2121
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
2222
},
2323
"3.7": {
24-
"pip": "pip-20.3.3-py2.py3-none-any.whl",
25-
"setuptools": "setuptools-51.3.3-py3-none-any.whl",
24+
"pip": "pip-21.0.1-py3-none-any.whl",
25+
"setuptools": "setuptools-52.0.0-py3-none-any.whl",
2626
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
2727
},
2828
"3.6": {
29-
"pip": "pip-20.3.3-py2.py3-none-any.whl",
30-
"setuptools": "setuptools-51.3.3-py3-none-any.whl",
29+
"pip": "pip-21.0.1-py3-none-any.whl",
30+
"setuptools": "setuptools-52.0.0-py3-none-any.whl",
3131
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
3232
},
3333
"3.5": {
34-
"pip": "pip-20.3.3-py2.py3-none-any.whl",
34+
"pip": "pip-20.3.4-py2.py3-none-any.whl",
3535
"setuptools": "setuptools-50.3.2-py3-none-any.whl",
3636
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
3737
},
@@ -41,7 +41,7 @@
4141
"wheel": "wheel-0.33.6-py2.py3-none-any.whl",
4242
},
4343
"2.7": {
44-
"pip": "pip-20.3.3-py2.py3-none-any.whl",
44+
"pip": "pip-20.3.4-py2.py3-none-any.whl",
4545
"setuptools": "setuptools-44.1.1-py2.py3-none-any.whl",
4646
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
4747
},
Binary file not shown.

0 commit comments

Comments
 (0)