Skip to content

Commit c7e57f3

Browse files
Bump setuptools and wheels (pypa#2669)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1fe291a commit c7e57f3

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

docs/changelog/2669.bugfix.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Upgrade embedded wheels:
2+
3+
* wheel to ``0.42.0`` from ``0.41.3``
4+
* setuptools to ``69.0.2`` from ``68.2.2``

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@
99
"3.7": {
1010
"pip": "pip-23.3.1-py3-none-any.whl",
1111
"setuptools": "setuptools-68.0.0-py3-none-any.whl",
12-
"wheel": "wheel-0.41.3-py3-none-any.whl",
12+
"wheel": "wheel-0.42.0-py3-none-any.whl",
1313
},
1414
"3.8": {
1515
"pip": "pip-23.3.1-py3-none-any.whl",
16-
"setuptools": "setuptools-68.2.2-py3-none-any.whl",
17-
"wheel": "wheel-0.41.3-py3-none-any.whl",
16+
"setuptools": "setuptools-69.0.2-py3-none-any.whl",
17+
"wheel": "wheel-0.42.0-py3-none-any.whl",
1818
},
1919
"3.9": {
2020
"pip": "pip-23.3.1-py3-none-any.whl",
21-
"setuptools": "setuptools-68.2.2-py3-none-any.whl",
22-
"wheel": "wheel-0.41.3-py3-none-any.whl",
21+
"setuptools": "setuptools-69.0.2-py3-none-any.whl",
22+
"wheel": "wheel-0.42.0-py3-none-any.whl",
2323
},
2424
"3.10": {
2525
"pip": "pip-23.3.1-py3-none-any.whl",
26-
"setuptools": "setuptools-68.2.2-py3-none-any.whl",
27-
"wheel": "wheel-0.41.3-py3-none-any.whl",
26+
"setuptools": "setuptools-69.0.2-py3-none-any.whl",
27+
"wheel": "wheel-0.42.0-py3-none-any.whl",
2828
},
2929
"3.11": {
3030
"pip": "pip-23.3.1-py3-none-any.whl",
31-
"setuptools": "setuptools-68.2.2-py3-none-any.whl",
32-
"wheel": "wheel-0.41.3-py3-none-any.whl",
31+
"setuptools": "setuptools-69.0.2-py3-none-any.whl",
32+
"wheel": "wheel-0.42.0-py3-none-any.whl",
3333
},
3434
"3.12": {
3535
"pip": "pip-23.3.1-py3-none-any.whl",
36-
"setuptools": "setuptools-68.2.2-py3-none-any.whl",
37-
"wheel": "wheel-0.41.3-py3-none-any.whl",
36+
"setuptools": "setuptools-69.0.2-py3-none-any.whl",
37+
"wheel": "wheel-0.42.0-py3-none-any.whl",
3838
},
3939
}
4040
MAX = "3.7"

0 commit comments

Comments
 (0)