summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2020-08-04 18:01:43 +0100
committerGitHub <noreply@github.com>2020-08-04 18:01:43 +0100
commit66a7ee194195bf835c7ec54023e7a42aae07ef74 (patch)
tree886437a0b3c1d2a795236980aa951e3c3ff29a97 /src
parentadd805238335f7ac9b3e44612a61022d0a403a39 (diff)
downloadvirtualenv-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__.py26
-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)bin1503020 -> 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)bin789833 -> 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
index 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
Binary files differ
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
index 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
Binary files differ