Skip to content

Commit

Permalink
Bump setuptools and pip (#1915)
Browse files Browse the repository at this point in the history
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat authored Aug 4, 2020
1 parent add8052 commit 66a7ee1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/changelog/1915.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade pip to ``20.2.1`` and setuptools to ``49.2.1`` - by :user:`gaborbernat`.
26 changes: 13 additions & 13 deletions src/virtualenv/seed/wheels/embed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,33 @@
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": {
Expand All @@ -41,7 +41,7 @@
"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",
},
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 66a7ee1

Please sign in to comment.