Skip to content

Commit

Permalink
Upgrade embeded setuptools
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat committed Apr 20, 2021
1 parent 3f41067 commit 410f608
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.11.0
rev: v2.12.0
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/isort
Expand Down Expand Up @@ -44,7 +44,7 @@ repos:
- id: setup-cfg-fmt
args: [--min-py3-version, "3.4"]
- repo: https://github.com/PyCQA/flake8
rev: "3.9.0"
rev: "3.9.1"
hooks:
- id: flake8
additional_dependencies: ["flake8-bugbear == 20.1.4"]
1 change: 1 addition & 0 deletions docs/changelog/2094.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade embeded setuptools to ``56.0.0`` by :user:`gaborbernat`.
10 changes: 5 additions & 5 deletions src/virtualenv/seed/wheels/embed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
BUNDLE_SUPPORT = {
"3.10": {
"pip": "pip-21.0.1-py3-none-any.whl",
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.9": {
"pip": "pip-21.0.1-py3-none-any.whl",
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-21.0.1-py3-none-any.whl",
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-21.0.1-py3-none-any.whl",
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.6": {
"pip": "pip-21.0.1-py3-none-any.whl",
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.5": {
Expand Down
Binary file not shown.

0 comments on commit 410f608

Please sign in to comment.