Skip to content

Commit

Permalink
Bump setuptools and pip
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 31, 2021
1 parent 9093686 commit 9b51a66
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/virtualenv/seed/wheels/embed/__init__.py
Expand Up @@ -6,32 +6,32 @@
BUNDLE_FOLDER = Path(__file__).absolute().parent
BUNDLE_SUPPORT = {
"3.10": {
"pip": "pip-20.3.3-py2.py3-none-any.whl",
"setuptools": "setuptools-51.3.3-py3-none-any.whl",
"pip": "pip-21.0.1-py3-none-any.whl",
"setuptools": "setuptools-52.0.0-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.3.3-py3-none-any.whl",
"pip": "pip-21.0.1-py3-none-any.whl",
"setuptools": "setuptools-52.0.0-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.3.3-py3-none-any.whl",
"pip": "pip-21.0.1-py3-none-any.whl",
"setuptools": "setuptools-52.0.0-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.3.3-py3-none-any.whl",
"pip": "pip-21.0.1-py3-none-any.whl",
"setuptools": "setuptools-52.0.0-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.3.3-py3-none-any.whl",
"pip": "pip-21.0.1-py3-none-any.whl",
"setuptools": "setuptools-52.0.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.5": {
"pip": "pip-20.3.3-py2.py3-none-any.whl",
"pip": "pip-20.3.4-py2.py3-none-any.whl",
"setuptools": "setuptools-50.3.2-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
Expand All @@ -41,7 +41,7 @@
"wheel": "wheel-0.33.6-py2.py3-none-any.whl",
},
"2.7": {
"pip": "pip-20.3.3-py2.py3-none-any.whl",
"pip": "pip-20.3.4-py2.py3-none-any.whl",
"setuptools": "setuptools-44.1.1-py2.py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 9b51a66

Please sign in to comment.