8000 Upgrade setuptools (#2863) · pypa/virtualenv@71adc15 · GitHub
[go: up one dir, main page]

Skip to content

Commit 71adc15

Browse files
authored
Upgrade setuptools (#2863)
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
1 parent 970b829 commit 71adc15

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/python-jsonschema/check-jsonschema
8-
rev: 0.31.3
8+
rev: 0.32.1
99
hooks:
1010
- id: check-github-workflows
1111
args: ["--verbose"]

docs/changelog/2863.bugfix.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Upgrade embedded wheels:
2+
3+
* setuptools to ``78.1.0`` from ``75.3.2``

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,37 @@
88
BUNDLE_SUPPORT = {
99
"3.8": {
1010
"pip": "pip-25.0.1-py3-none-any.whl",
11-
"setuptools": "setuptools-75.3.0-py3-none-any.whl",
11+
"setuptools": "setuptools-75.3.2-py3-none-any.whl",
1212
"wheel": "wheel-0.45.1-py3-none-any.whl",
1313
},
1414
"3.9": {
1515
"pip": "pip-25.0.1-py3-none-any.whl",
16-
"setuptools": "setuptools-75.8.0-py3-none-any.whl",
16+
"setuptools": "setuptools-78.1.0-py3-none-any.whl",
1717
"wheel": "wheel-0.45.1-py3-none-any.whl",
1818
},
1919
"3.10": {
2020
"pip": "pip-25.0.1-py3-none-any.whl",
21-
"setuptools": "setuptools-75.8.0-py3-none-any.whl",
21+
"setuptools": "setuptools-78.1.0-py3-none-any.whl",
2222
"wheel": "wheel-0.45.1-py3-none-any.whl",
2323
},
2424
"3.11": {
2525
"pip": "pip-25.0.1-py3-none-any.whl",
26-
"setuptools": "setuptools-75.8.0-py3-none-any.whl",
26+
"setuptools": "setuptools-78.1.0-py3-none-any.whl",
2727
"wheel": "wheel-0.45.1-py3-none-any.whl",
2828
},
2929
"3.12": {
3030
"pip": "pip-25.0.1-py3-none-any.whl",
31-
"setuptools": "setuptools-75.8.0-py3-none-any.whl",
31+
"setuptools": "setuptools-78.1.0-py3-none-any.whl",
3232
"wheel": "wheel-0.45.1-py3-none-any.whl",
3333
},
3434
"3.13": {
3535
"pip": "pip-25.0.1-py3-none-any.whl",
36-
"setuptools": "setuptools-75.8.0-py3-none-any.whl",
36+
"setuptools": "setuptools-78.1.0-py3-none-any.whl",
3737
"wheel": "wheel-0.45.1-py3-none-any.whl",
3838
},
3939
"3.14": {
4040
"pip": "pip-25.0.1-py3-none-any.whl",
41-
"setuptools": "setuptools-75.8.0-py3-none-any.whl",
41+
"setuptools": "setuptools-78.1.0-py3-none-any.whl",
4242
"wheel": "wheel-0.45.1-py3-none-any.whl",
4343
},
4444
}

0 commit comments

Comments
 (0)
0