Skip to content

Commit

Permalink
Upgrade embedded setuptools to 51.3.3 from 51.1.2 (#2055)
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat committed Jan 18, 2021
1 parent 7185e57 commit 4c95506
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/changelog/2055.bugfix.rst
@@ -0,0 +1 @@
Upgrade embedded setuptools to ``51.3.3`` from ``51.1.2`` - by :user:`gaborbernat`.
10 changes: 5 additions & 5 deletions src/virtualenv/seed/wheels/embed/__init__.py
Expand Up @@ -7,27 +7,27 @@
BUNDLE_SUPPORT = {
"3.10": {
"pip": "pip-20.3.3-py2.py3-none-any.whl",
"setuptools": "setuptools-51.1.2-py3-none-any.whl",
"setuptools": "setuptools-51.3.3-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.9": {
"pip": "pip-20.3.3-py2.py3-none-any.whl",
"setuptools": "setuptools-51.1.2-py3-none-any.whl",
"setuptools": "setuptools-51.3.3-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-20.3.3-py2.py3-none-any.whl",
"setuptools": "setuptools-51.1.2-py3-none-any.whl",
"setuptools": "setuptools-51.3.3-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-20.3.3-py2.py3-none-any.whl",
"setuptools": "setuptools-51.1.2-py3-none-any.whl",
"setuptools": "setuptools-51.3.3-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.6": {
"pip": "pip-20.3.3-py2.py3-none-any.whl",
"setuptools": "setuptools-51.1.2-py3-none-any.whl",
"setuptools": "setuptools-51.3.3-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.5": {
Expand Down
Binary file not shown.

0 comments on commit 4c95506

Please sign in to comment.