Skip to content

Commit

Permalink
Upgrade embeded setuptools to 46.3.0 (#1827)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored May 13, 2020
1 parent 06223ad commit 31f3752
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/changelog/1827.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade embeded ``setuptools`` to ``46.3.0`` from ``46.1.3`` on Python ``3.5+`` - by :user:`gaborbernat`.
10 changes: 5 additions & 5 deletions src/virtualenv/seed/embed/wheels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
BUNDLE_SUPPORT = {
"3.9": {
"pip": "pip-20.1-py2.py3-none-any.whl",
"setuptools": "setuptools-46.1.3-py3-none-any.whl",
"setuptools": "setuptools-46.3.0-py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-20.1-py2.py3-none-any.whl",
"setuptools": "setuptools-46.1.3-py3-none-any.whl",
"setuptools": "setuptools-46.3.0-py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-20.1-py2.py3-none-any.whl",
"setuptools": "setuptools-46.1.3-py3-none-any.whl",
"setuptools": "setuptools-46.3.0-py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.6": {
"pip": "pip-20.1-py2.py3-none-any.whl",
"setuptools": "setuptools-46.1.3-py3-none-any.whl",
"setuptools": "setuptools-46.3.0-py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.5": {
"pip": "pip-20.1-py2.py3-none-any.whl",
"setuptools": "setuptools-46.1.3-py3-none-any.whl",
"setuptools": "setuptools-46.3.0-py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.4": {
Expand Down
Binary file not shown.

0 comments on commit 31f3752

Please sign in to comment.