Skip to content

Commit 8edc347

Browse files
authored
Upgrade embeded setuptools (#2094)
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 625d5d8 commit 8edc347

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v2.11.0
15+
rev: v2.12.0
1616
hooks:
1717
- id: pyupgrade
1818
- repo: https://github.com/PyCQA/isort
@@ -44,7 +44,7 @@ repos:
4444
- id: setup-cfg-fmt
4545
args: [--min-py3-version, "3.4"]
4646
- repo: https://github.com/PyCQA/flake8
47-
rev: "3.9.0"
47+
rev: "3.9.1"
4848
hooks:
4949
- id: flake8
5050
additional_dependencies: ["flake8-bugbear == 20.1.4"]

docs/changelog/2094.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade embeded setuptools to ``56.0.0`` by :user:`gaborbernat`.

src/virtualenv/seed/wheels/embed/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@
77
BUNDLE_SUPPORT = {
88
"3.10": {
99
"pip": "pip-21.0.1-py3-none-any.whl",
10-
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
10+
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
1111
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
1212
},
1313
"3.9": {
1414
"pip": "pip-21.0.1-py3-none-any.whl",
15-
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
15+
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
1616
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
1717
},
1818
"3.8": {
1919
"pip": "pip-21.0.1-py3-none-any.whl",
20-
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
20+
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
2121
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
2222
},
2323
"3.7": {
2424
"pip": "pip-21.0.1-py3-none-any.whl",
25-
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
25+
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
2626
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
2727
},
2828
"3.6": {
2929
"pip": "pip-21.0.1-py3-none-any.whl",
30-
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
30+
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
3131
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
3232
},
3333
"3.5": {

0 commit comments

Comments
 (0)