Skip to content

Commit b81a0af

Browse files
committed
Upgrade pip and setuptools (#1918)
Signed-off-by: Bernat Gabor <[email protected]>
1 parent aed87ac commit b81a0af

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

docs/changelog/1918.bugfix.rst

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

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_SUPPORT = {
88
"3.10": {
99
"pip": "pip-20.2.3-py2.py3-none-any.whl",
10-
"setuptools": "setuptools-50.2.0-py3-none-any.whl",
10+
"setuptools": "setuptools-50.3.0-py3-none-any.whl",
1111
"wheel": "wheel-0.35.1-py2.py3-none-any.whl",
1212
},
1313
"3.9": {
1414
"pip": "pip-20.2.3-py2.py3-none-any.whl",
15-
"setuptools": "setuptools-50.2.0-py3-none-any.whl",
15+
"setuptools": "setuptools-50.3.0-py3-none-any.whl",
1616
"wheel": "wheel-0.35.1-py2.py3-none-any.whl",
1717
},
1818
"3.8": {
1919
"pip": "pip-20.2.3-py2.py3-none-any.whl",
20-
"setuptools": "setuptools-50.2.0-py3-none-any.whl",
20+
"setuptools": "setuptools-50.3.0-py3-none-any.whl",
2121
"wheel": "wheel-0.35.1-py2.py3-none-any.whl",
2222
},
2323
"3.7": {
2424
"pip": "pip-20.2.3-py2.py3-none-any.whl",
25-
"setuptools": "setuptools-50.2.0-py3-none-any.whl",
25+
"setuptools": "setuptools-50.3.0-py3-none-any.whl",
2626
"wheel": "wheel-0.35.1-py2.py3-none-any.whl",
2727
},
2828
"3.6": {
2929
"pip": "pip-20.2.3-py2.py3-none-any.whl",
30-
"setuptools": "setuptools-50.2.0-py3-none-any.whl",
30+
"setuptools": "setuptools-50.3.0-py3-none-any.whl",
3131
"wheel": "wheel-0.35.1-py2.py3-none-any.whl",
3232
},
3333
"3.5": {
3434
"pip": "pip-20.2.3-py2.py3-none-any.whl",
35-
"setuptools": "setuptools-50.2.0-py3-none-any.whl",
35+
"setuptools": "setuptools-50.3.0-py3-none-any.whl",
3636
"wheel": "wheel-0.35.1-py2.py3-none-any.whl",
3737
},
3838
"3.4": {

0 commit comments

Comments
 (0)