summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2020-01-27 12:42:21 +0000
committerGitHub <noreply@github.com>2020-01-27 12:42:21 +0000
commitb651e973a0c9a084cc349c165f6eb528cf7cbaf6 (patch)
tree6a3f32df8c2cf1b6ec854f5f09ea8761b6d1ba81
parent9569493453a39d63064ed7c20653987ba15c99e5 (diff)
downloadvirtualenv-b651e973a0c9a084cc349c165f6eb528cf7cbaf6.tar.gz
bump pip and wheel (#1507)
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
-rw-r--r--src/virtualenv/seed/embed/wheels/__init__.py24
-rw-r--r--src/virtualenv/seed/embed/wheels/pip-20.0.2-py2.py3-none-any.whl (renamed from src/virtualenv/seed/embed/wheels/pip-20.0.1-py2.py3-none-any.whl)bin1520463 -> 1440952 bytes
-rw-r--r--src/virtualenv/seed/embed/wheels/wheel-0.34.0-py2.py3-none-any.whlbin0 -> 26358 bytes
3 files changed, 12 insertions, 12 deletions
diff --git a/src/virtualenv/seed/embed/wheels/__init__.py b/src/virtualenv/seed/embed/wheels/__init__.py
index 4f65eda..e05979d 100644
--- a/src/virtualenv/seed/embed/wheels/__init__.py
+++ b/src/virtualenv/seed/embed/wheels/__init__.py
@@ -2,29 +2,29 @@ from __future__ import absolute_import, unicode_literals
BUNDLE_SUPPORT = {
"3.9": {
- "pip": "pip-20.0.1-py2.py3-none-any.whl",
+ "pip": "pip-20.0.2-py2.py3-none-any.whl",
"setuptools": "setuptools-45.1.0-py3-none-any.whl",
- "wheel": "wheel-0.33.6-py2.py3-none-any.whl",
+ "wheel": "wheel-0.34.0-py2.py3-none-any.whl",
},
"3.8": {
- "pip": "pip-20.0.1-py2.py3-none-any.whl",
+ "pip": "pip-20.0.2-py2.py3-none-any.whl",
"setuptools": "setuptools-45.1.0-py3-none-any.whl",
- "wheel": "wheel-0.33.6-py2.py3-none-any.whl",
+ "wheel": "wheel-0.34.0-py2.py3-none-any.whl",
},
"3.7": {
- "pip": "pip-20.0.1-py2.py3-none-any.whl",
+ "pip": "pip-20.0.2-py2.py3-none-any.whl",
"setuptools": "setuptools-45.1.0-py3-none-any.whl",
- "wheel": "wheel-0.33.6-py2.py3-none-any.whl",
+ "wheel": "wheel-0.34.0-py2.py3-none-any.whl",
},
"3.6": {
- "pip": "pip-20.0.1-py2.py3-none-any.whl",
+ "pip": "pip-20.0.2-py2.py3-none-any.whl",
"setuptools": "setuptools-45.1.0-py3-none-any.whl",
- "wheel": "wheel-0.33.6-py2.py3-none-any.whl",
+ "wheel": "wheel-0.34.0-py2.py3-none-any.whl",
},
"3.5": {
- "pip": "pip-20.0.1-py2.py3-none-any.whl",
+ "pip": "pip-20.0.2-py2.py3-none-any.whl",
"setuptools": "setuptools-45.1.0-py3-none-any.whl",
- "wheel": "wheel-0.33.6-py2.py3-none-any.whl",
+ "wheel": "wheel-0.34.0-py2.py3-none-any.whl",
},
"3.4": {
"pip": "pip-19.1.1-py2.py3-none-any.whl",
@@ -32,9 +32,9 @@ BUNDLE_SUPPORT = {
"wheel": "wheel-0.33.6-py2.py3-none-any.whl",
},
"2.7": {
- "pip": "pip-20.0.1-py2.py3-none-any.whl",
+ "pip": "pip-20.0.2-py2.py3-none-any.whl",
"setuptools": "setuptools-44.0.0-py2.py3-none-any.whl",
- "wheel": "wheel-0.33.6-py2.py3-none-any.whl",
+ "wheel": "wheel-0.34.0-py2.py3-none-any.whl",
},
}
MAX = "3.9"
diff --git a/src/virtualenv/seed/embed/wheels/pip-20.0.1-py2.py3-none-any.whl b/src/virtualenv/seed/embed/wheels/pip-20.0.2-py2.py3-none-any.whl
index b82e4cd..318c448 100644
--- a/src/virtualenv/seed/embed/wheels/pip-20.0.1-py2.py3-none-any.whl
+++ b/src/virtualenv/seed/embed/wheels/pip-20.0.2-py2.py3-none-any.whl
Binary files differ
diff --git a/src/virtualenv/seed/embed/wheels/wheel-0.34.0-py2.py3-none-any.whl b/src/virtualenv/seed/embed/wheels/wheel-0.34.0-py2.py3-none-any.whl
new file mode 100644
index 0000000..3dc46d8
--- /dev/null
+++ b/src/virtualenv/seed/embed/wheels/wheel-0.34.0-py2.py3-none-any.whl
Binary files differ