Skip to content

Commit 31f3752

Browse files
authored
Upgrade embeded setuptools to 46.3.0 (#1827)
1 parent 06223ad commit 31f3752

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/changelog/1827.bugfix.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade embeded ``setuptools`` to ``46.3.0`` from ``46.1.3`` on Python ``3.5+`` - by :user:`gaborbernat`.

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33
BUNDLE_SUPPORT = {
44
"3.9": {
55
"pip": "pip-20.1-py2.py3-none-any.whl",
6-
"setuptools": "setuptools-46.1.3-py3-none-any.whl",
6+
"setuptools": "setuptools-46.3.0-py3-none-any.whl",
77
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
88
},
99
"3.8": {
1010
"pip": "pip-20.1-py2.py3-none-any.whl",
11-
"setuptools": "setuptools-46.1.3-py3-none-any.whl",
11+
"setuptools": "setuptools-46.3.0-py3-none-any.whl",
1212
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
1313
},
1414
"3.7": {
1515
"pip": "pip-20.1-py2.py3-none-any.whl",
16-
"setuptools": "setuptools-46.1.3-py3-none-any.whl",
16+
"setuptools": "setuptools-46.3.0-py3-none-any.whl",
1717
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
1818
},
1919
"3.6": {
2020
"pip": "pip-20.1-py2.py3-none-any.whl",
21-
"setuptools": "setuptools-46.1.3-py3-none-any.whl",
21+
"setuptools": "setuptools-46.3.0-py3-none-any.whl",
2222
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
2323
},
2424
"3.5": {
2525
"pip": "pip-20.1-py2.py3-none-any.whl",
26-
"setuptools": "setuptools-46.1.3-py3-none-any.whl",
26+
"setuptools": "setuptools-46.3.0-py3-none-any.whl",
2727
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
2828
},
2929
"3.4": {

0 commit comments

Comments
 (0)