diff options
| author | Bernát Gábor <bgabor8@bloomberg.net> | 2020-09-10 19:29:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-10 19:29:25 +0100 |
| commit | 13c0498a47acf8a0aad6db9ceb1033dfe5f119a9 (patch) | |
| tree | 969e92eadfa4a2c8c96f373e0897a05fdb917769 /src/virtualenv/seed/wheels/embed | |
| parent | dc5eb79cfa64270af5dfe7980488b6abddfa8fef (diff) | |
| download | virtualenv-13c0498a47acf8a0aad6db9ceb1033dfe5f119a9.tar.gz | |
Upgrade setuptools and pip (#1939)
Diffstat (limited to 'src/virtualenv/seed/wheels/embed')
| -rw-r--r-- | src/virtualenv/seed/wheels/embed/__init__.py | 26 | ||||
| -rw-r--r-- | src/virtualenv/seed/wheels/embed/pip-20.2.3-py2.py3-none-any.whl (renamed from src/virtualenv/seed/wheels/embed/pip-20.2.2-py2.py3-none-any.whl) | bin | 1503623 -> 1503696 bytes | |||
| -rw-r--r-- | src/virtualenv/seed/wheels/embed/setuptools-50.2.0-py3-none-any.whl (renamed from src/virtualenv/seed/wheels/embed/setuptools-49.6.0-py3-none-any.whl) | bin | 803275 -> 784806 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 3db6719..d52dbae 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.2-py2.py3-none-any.whl", - "setuptools": "setuptools-49.6.0-py3-none-any.whl", + "pip": "pip-20.2.3-py2.py3-none-any.whl", + "setuptools": "setuptools-50.2.0-py3-none-any.whl", "wheel": "wheel-0.35.1-py2.py3-none-any.whl", }, "3.9": { - "pip": "pip-20.2.2-py2.py3-none-any.whl", - "setuptools": "setuptools-49.6.0-py3-none-any.whl", + "pip": "pip-20.2.3-py2.py3-none-any.whl", + "setuptools": "setuptools-50.2.0-py3-none-any.whl", "wheel": "wheel-0.35.1-py2.py3-none-any.whl", }, "3.8": { - "pip": "pip-20.2.2-py2.py3-none-any.whl", - "setuptools": "setuptools-49.6.0-py3-none-any.whl", + "pip": "pip-20.2.3-py2.py3-none-any.whl", + "setuptools": "setuptools-50.2.0-py3-none-any.whl", "wheel": "wheel-0.35.1-py2.py3-none-any.whl", }, "3.7": { - "pip": "pip-20.2.2-py2.py3-none-any.whl", - "setuptools": "setuptools-49.6.0-py3-none-any.whl", + "pip": "pip-20.2.3-py2.py3-none-any.whl", + "setuptools": "setuptools-50.2.0-py3-none-any.whl", "wheel": "wheel-0.35.1-py2.py3-none-any.whl", }, "3.6": { - "pip": "pip-20.2.2-py2.py3-none-any.whl", - "setuptools": "setuptools-49.6.0-py3-none-any.whl", + "pip": "pip-20.2.3-py2.py3-none-any.whl", + "setuptools": "setuptools-50.2.0-py3-none-any.whl", "wheel": "wheel-0.35.1-py2.py3-none-any.whl", }, "3.5": { - "pip": "pip-20.2.2-py2.py3-none-any.whl", - "setuptools": "setuptools-49.6.0-py3-none-any.whl", + "pip": "pip-20.2.3-py2.py3-none-any.whl", + "setuptools": "setuptools-50.2.0-py3-none-any.whl", "wheel": "wheel-0.35.1-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.2-py2.py3-none-any.whl", + "pip": "pip-20.2.3-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", }, diff --git a/src/virtualenv/seed/wheels/embed/pip-20.2.2-py2.py3-none-any.whl b/src/virtualenv/seed/wheels/embed/pip-20.2.3-py2.py3-none-any.whl Binary files differindex 78bad7a..7ebdc0f 100644 --- a/src/virtualenv/seed/wheels/embed/pip-20.2.2-py2.py3-none-any.whl +++ b/src/virtualenv/seed/wheels/embed/pip-20.2.3-py2.py3-none-any.whl diff --git a/src/virtualenv/seed/wheels/embed/setuptools-49.6.0-py3-none-any.whl b/src/virtualenv/seed/wheels/embed/setuptools-50.2.0-py3-none-any.whl Binary files differindex a743b99..6870bc3 100644 --- a/src/virtualenv/seed/wheels/embed/setuptools-49.6.0-py3-none-any.whl +++ b/src/virtualenv/seed/wheels/embed/setuptools-50.2.0-py3-none-any.whl |
