diff options
| author | Bernát Gábor <bgabor8@bloomberg.net> | 2020-08-04 18:01:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-04 18:01:43 +0100 |
| commit | 66a7ee194195bf835c7ec54023e7a42aae07ef74 (patch) | |
| tree | 886437a0b3c1d2a795236980aa951e3c3ff29a97 /src | |
| parent | add805238335f7ac9b3e44612a61022d0a403a39 (diff) | |
| download | virtualenv-66a7ee194195bf835c7ec54023e7a42aae07ef74.tar.gz | |
Bump setuptools and pip (#1915)
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
Diffstat (limited to 'src')
| -rw-r--r-- | src/virtualenv/seed/wheels/embed/__init__.py | 26 | ||||
| -rw-r--r-- | src/virtualenv/seed/wheels/embed/pip-20.2.1-py2.py3-none-any.whl (renamed from src/virtualenv/seed/wheels/embed/pip-20.2-py2.py3-none-any.whl) | bin | 1503020 -> 1503343 bytes | |||
| -rw-r--r-- | src/virtualenv/seed/wheels/embed/setuptools-49.2.1-py3-none-any.whl (renamed from src/virtualenv/seed/wheels/embed/setuptools-49.2.0-py3-none-any.whl) | bin | 789833 -> 789827 bytes |
3 files changed, 13 insertions, 13 deletions
diff --git a/src/virtualenv/seed/wheels/embed/__init__.py b/src/virtualenv/seed/wheels/embed/__init__.py index fcdfa19..a65c7ea 100644 --- a/src/virtualenv/seed/wheels/embed/__init__.py +++ b/src/virtualenv/seed/wheels/embed/__init__.py @@ -6,33 +6,33 @@ from virtualenv.util.path import Path BUNDLE_FOLDER = Path(__file__).absolute().parent BUNDLE_SUPPORT = { "3.10": { - "pip": "pip-20.2-py2.py3-none-any.whl", - "setuptools": "setuptools-49.2.0-py3-none-any.whl", + "pip": "pip-20.2.1-py2.py3-none-any.whl", + "setuptools": "setuptools-49.2.1-py3-none-any.whl", "wheel": "wheel-0.34.2-py2.py3-none-any.whl", }, "3.9": { - "pip": "pip-20.2-py2.py3-none-any.whl", - "setuptools": "setuptools-49.2.0-py3-none-any.whl", + "pip": "pip-20.2.1-py2.py3-none-any.whl", + "setuptools": "setuptools-49.2.1-py3-none-any.whl", "wheel": "wheel-0.34.2-py2.py3-none-any.whl", }, "3.8": { - "pip": "pip-20.2-py2.py3-none-any.whl", - "setuptools": "setuptools-49.2.0-py3-none-any.whl", + "pip": "pip-20.2.1-py2.py3-none-any.whl", + "setuptools": "setuptools-49.2.1-py3-none-any.whl", "wheel": "wheel-0.34.2-py2.py3-none-any.whl", }, "3.7": { - "pip": "pip-20.2-py2.py3-none-any.whl", - "setuptools": "setuptools-49.2.0-py3-none-any.whl", + "pip": "pip-20.2.1-py2.py3-none-any.whl", + "setuptools": "setuptools-49.2.1-py3-none-any.whl", "wheel": "wheel-0.34.2-py2.py3-none-any.whl", }, "3.6": { - "pip": "pip-20.2-py2.py3-none-any.whl", - "setuptools": "setuptools-49.2.0-py3-none-any.whl", + "pip": "pip-20.2.1-py2.py3-none-any.whl", + "setuptools": "setuptools-49.2.1-py3-none-any.whl", "wheel": "wheel-0.34.2-py2.py3-none-any.whl", }, "3.5": { - "pip": "pip-20.2-py2.py3-none-any.whl", - "setuptools": "setuptools-49.2.0-py3-none-any.whl", + "pip": "pip-20.2.1-py2.py3-none-any.whl", + "setuptools": "setuptools-49.2.1-py3-none-any.whl", "wheel": "wheel-0.34.2-py2.py3-none-any.whl", }, "3.4": { @@ -41,7 +41,7 @@ BUNDLE_SUPPORT = { "wheel": "wheel-0.33.6-py2.py3-none-any.whl", }, "2.7": { - "pip": "pip-20.2-py2.py3-none-any.whl", + "pip": "pip-20.2.1-py2.py3-none-any.whl", "setuptools": "setuptools-44.1.1-py2.py3-none-any.whl", "wheel": "wheel-0.34.2-py2.py3-none-any.whl", }, diff --git a/src/virtualenv/seed/wheels/embed/pip-20.2-py2.py3-none-any.whl b/src/virtualenv/seed/wheels/embed/pip-20.2.1-py2.py3-none-any.whl Binary files differindex ce0ef75..3d0d3f8 100644 --- a/src/virtualenv/seed/wheels/embed/pip-20.2-py2.py3-none-any.whl +++ b/src/virtualenv/seed/wheels/embed/pip-20.2.1-py2.py3-none-any.whl diff --git a/src/virtualenv/seed/wheels/embed/setuptools-49.2.0-py3-none-any.whl b/src/virtualenv/seed/wheels/embed/setuptools-49.2.1-py3-none-any.whl Binary files differindex 25e5ef3..308e2f2 100644 --- a/src/virtualenv/seed/wheels/embed/setuptools-49.2.0-py3-none-any.whl +++ b/src/virtualenv/seed/wheels/embed/setuptools-49.2.1-py3-none-any.whl |
