summaryrefslogtreecommitdiff
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
parentadd805238335f7ac9b3e44612a61022d0a403a39 (diff)
downloadvirtualenv-66a7ee194195bf835c7ec54023e7a42aae07ef74.tar.gz
Bump setuptools and pip (#1915)
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
-rw-r--r--.pre-commit-config.yaml4
-rw-r--r--docs/changelog/1915.bugfix.rst1
-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
5 files changed, 16 insertions, 15 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c199640..247a735 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v3.1.0
+ rev: v3.2.0
hooks:
- id: check-ast
- id: check-builtin-literals
@@ -25,7 +25,7 @@ repos:
- id: seed-isort-config
args: [--application-directories, '.:src']
- repo: https://github.com/pre-commit/mirrors-isort
- rev: v5.2.0
+ rev: v5.2.2
hooks:
- id: isort
- repo: https://github.com/ambv/black
diff --git a/docs/changelog/1915.bugfix.rst b/docs/changelog/1915.bugfix.rst
new file mode 100644
index 0000000..eb537b1
--- /dev/null
+++ b/docs/changelog/1915.bugfix.rst
@@ -0,0 +1 @@
+Upgrade pip to ``20.2.1`` and setuptools to ``49.2.1`` - by :user:`gaborbernat`.
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