summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2020-01-13 10:46:42 +0000
committerGitHub <noreply@github.com>2020-01-13 10:46:42 +0000
commitdbcc95683d00df3e5d7befff431db4bceb52aebc (patch)
tree1c635b5178107c045bcce3bf7b9f5550e473f2d5
parent09a6acd1def3b1be847a18d9cd4fa3814c2d077e (diff)
downloadvirtualenv-dbcc95683d00df3e5d7befff431db4bceb52aebc.tar.gz
bump bundled setuptools (#1497)
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
-rw-r--r--src/virtualenv/seed/embed/wheels/__init__.py10
-rw-r--r--src/virtualenv/seed/embed/wheels/setuptools-45.0.0-py2.py3-none-any.whlbin0 -> 583778 bytes
2 files changed, 5 insertions, 5 deletions
diff --git a/src/virtualenv/seed/embed/wheels/__init__.py b/src/virtualenv/seed/embed/wheels/__init__.py
index f4809e7..06a12f1 100644
--- a/src/virtualenv/seed/embed/wheels/__init__.py
+++ b/src/virtualenv/seed/embed/wheels/__init__.py
@@ -3,27 +3,27 @@ from __future__ import absolute_import, unicode_literals
BUNDLE_SUPPORT = {
"3.9": {
"pip": "pip-19.3.1-py2.py3-none-any.whl",
- "setuptools": "setuptools-44.0.0-py2.py3-none-any.whl",
+ "setuptools": "setuptools-45.0.0-py2.py3-none-any.whl",
"wheel": "wheel-0.33.6-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-19.3.1-py2.py3-none-any.whl",
- "setuptools": "setuptools-44.0.0-py2.py3-none-any.whl",
+ "setuptools": "setuptools-45.0.0-py2.py3-none-any.whl",
"wheel": "wheel-0.33.6-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-19.3.1-py2.py3-none-any.whl",
- "setuptools": "setuptools-44.0.0-py2.py3-none-any.whl",
+ "setuptools": "setuptools-45.0.0-py2.py3-none-any.whl",
"wheel": "wheel-0.33.6-py2.py3-none-any.whl",
},
"3.6": {
"pip": "pip-19.3.1-py2.py3-none-any.whl",
- "setuptools": "setuptools-44.0.0-py2.py3-none-any.whl",
+ "setuptools": "setuptools-45.0.0-py2.py3-none-any.whl",
"wheel": "wheel-0.33.6-py2.py3-none-any.whl",
},
"3.5": {
"pip": "pip-19.3.1-py2.py3-none-any.whl",
- "setuptools": "setuptools-44.0.0-py2.py3-none-any.whl",
+ "setuptools": "setuptools-45.0.0-py2.py3-none-any.whl",
"wheel": "wheel-0.33.6-py2.py3-none-any.whl",
},
"3.4": {
diff --git a/src/virtualenv/seed/embed/wheels/setuptools-45.0.0-py2.py3-none-any.whl b/src/virtualenv/seed/embed/wheels/setuptools-45.0.0-py2.py3-none-any.whl
new file mode 100644
index 0000000..13576e9
--- /dev/null
+++ b/src/virtualenv/seed/embed/wheels/setuptools-45.0.0-py2.py3-none-any.whl
Binary files differ