Skip to content

Commit

Permalink
Upgrade wheels 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 Dec 6, 2020
1 parent e8041cf commit c7f8a12
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions docs/changelog/2029.bugfix.rst
@@ -0,0 +1 @@
Bump pip to `20.3.1` and wheel to `0.36.1` - by :user:`gaborbernat`.
28 changes: 14 additions & 14 deletions src/virtualenv/seed/wheels/embed/__init__.py
Expand Up @@ -6,44 +6,44 @@
BUNDLE_FOLDER = Path(__file__).absolute().parent
BUNDLE_SUPPORT = {
"3.10": {
"pip": "pip-20.2.4-py2.py3-none-any.whl",
"pip": "pip-20.3.1-py2.py3-none-any.whl",
"setuptools": "setuptools-50.3.2-py3-none-any.whl",
"wheel": "wheel-0.35.1-py2.py3-none-any.whl",
"wheel": "wheel-0.36.1-py2.py3-none-any.whl",
},
"3.9": {
"pip": "pip-20.2.4-py2.py3-none-any.whl",
"pip": "pip-20.3.1-py2.py3-none-any.whl",
"setuptools": "setuptools-50.3.2-py3-none-any.whl",
"wheel": "wheel-0.35.1-py2.py3-none-any.whl",
"wheel": "wheel-0.36.1-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-20.2.4-py2.py3-none-any.whl",
"pip": "pip-20.3.1-py2.py3-none-any.whl",
"setuptools": "setuptools-50.3.2-py3-none-any.whl",
"wheel": "wheel-0.35.1-py2.py3-none-any.whl",
"wheel": "wheel-0.36.1-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-20.2.4-py2.py3-none-any.whl",
"pip": "pip-20.3.1-py2.py3-none-any.whl",
"setuptools": "setuptools-50.3.2-py3-none-any.whl",
"wheel": "wheel-0.35.1-py2.py3-none-any.whl",
"wheel": "wheel-0.36.1-py2.py3-none-any.whl",
},
"3.6": {
"pip": "pip-20.2.4-py2.py3-none-any.whl",
"pip": "pip-20.3.1-py2.py3-none-any.whl",
"setuptools": "setuptools-50.3.2-py3-none-any.whl",
"wheel": "wheel-0.35.1-py2.py3-none-any.whl",
"wheel": "wheel-0.36.1-py2.py3-none-any.whl",
},
"3.5": {
"pip": "pip-20.2.4-py2.py3-none-any.whl",
"pip": "pip-20.3.1-py2.py3-none-any.whl",
"setuptools": "setuptools-50.3.2-py3-none-any.whl",
"wheel": "wheel-0.35.1-py2.py3-none-any.whl",
"wheel": "wheel-0.36.1-py2.py3-none-any.whl",
},
"3.4": {
"pip": "pip-19.1.1-py2.py3-none-any.whl",
"setuptools": "setuptools-43.0.0-py2.py3-none-any.whl",
"wheel": "wheel-0.33.6-py2.py3-none-any.whl",
},
"2.7": {
"pip": "pip-20.2.4-py2.py3-none-any.whl",
"pip": "pip-20.3.1-py2.py3-none-any.whl",
"setuptools": "setuptools-44.1.1-py2.py3-none-any.whl",
"wheel": "wheel-0.35.1-py2.py3-none-any.whl",
"wheel": "wheel-0.36.1-py2.py3-none-any.whl",
},
}
MAX = "3.10"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit c7f8a12

Please sign in to comment.