Skip to content

Commit 97a80cc

Browse files
Bump wheel (#2622)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ca1e8ae commit 97a80cc

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

docs/changelog/2622.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+
* wheel to ``0.41.1`` from ``0.41.0``

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@
99
"3.7": {
1010
"pip": "pip-23.2.1-py3-none-any.whl",
1111
"setuptools": "setuptools-68.0.0-py3-none-any.whl",
12-
"wheel": "wheel-0.41.0-py3-none-any.whl",
12+
"wheel": "wheel-0.41.1-py3-none-any.whl",
1313
},
1414
"3.8": {
1515
"pip": "pip-23.2.1-py3-none-any.whl",
1616
"setuptools": "setuptools-68.0.0-py3-none-any.whl",
17-
"wheel": "wheel-0.41.0-py3-none-any.whl",
17+
"wheel": "wheel-0.41.1-py3-none-any.whl",
1818
},
1919
"3.9": {
2020
"pip": "pip-23.2.1-py3-none-any.whl",
2121
"setuptools": "setuptools-68.0.0-py3-none-any.whl",
22-
"wheel": "wheel-0.41.0-py3-none-any.whl",
22+
"wheel": "wheel-0.41.1-py3-none-any.whl",
2323
},
2424
"3.10": {
2525
"pip": "pip-23.2.1-py3-none-any.whl",
2626
"setuptools": "setuptools-68.0.0-py3-none-any.whl",
27-
"wheel": "wheel-0.41.0-py3-none-any.whl",
27+
"wheel": "wheel-0.41.1-py3-none-any.whl",
2828
},
2929
"3.11": {
3030
"pip": "pip-23.2.1-py3-none-any.whl",
3131
"setuptools": "setuptools-68.0.0-py3-none-any.whl",
32-
"wheel": "wheel-0.41.0-py3-none-any.whl",
32+
"wheel": "wheel-0.41.1-py3-none-any.whl",
3333
},
3434
"3.12": {
3535
"pip": "pip-23.2.1-py3-none-any.whl",
3636
"setuptools": "setuptools-68.0.0-py3-none-any.whl",
37-
"wheel": "wheel-0.41.0-py3-none-any.whl",
37+
"wheel": "wheel-0.41.1-py3-none-any.whl",
3838
},
3939
}
4040
MAX = "3.7"

0 commit comments

Comments
 (0)