Skip to content

Commit

Permalink
Upgrade setuptools to 75.5 and wheel to 0.45 (#2804)
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 authored Nov 26, 2024
1 parent 7c0a39f commit 898abfd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions docs/changelog/2804.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Upgrade embedded wheels:

* setuptools to ``75.6.0`` from ``75.5.0``
* wheel to ``0.45.1`` from ``0.45.0``
26 changes: 13 additions & 13 deletions src/virtualenv/seed/wheels/embed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,37 @@
"3.8": {
"pip": "pip-24.3.1-py3-none-any.whl",
"setuptools": "setuptools-75.3.0-py3-none-any.whl",
"wheel": "wheel-0.44.0-py3-none-any.whl",
"wheel": "wheel-0.45.1-py3-none-any.whl",
},
"3.9": {
"pip": "pip-24.3.1-py3-none-any.whl",
"setuptools": "setuptools-75.3.0-py3-none-any.whl",
"wheel": "wheel-0.44.0-py3-none-any.whl",
"setuptools": "setuptools-75.6.0-py3-none-any.whl",
"wheel": "wheel-0.45.1-py3-none-any.whl",
},
"3.10": {
"pip": "pip-24.3.1-py3-none-any.whl",
"setuptools": "setuptools-75.3.0-py3-none-any.whl",
"wheel": "wheel-0.44.0-py3-none-any.whl",
"setuptools": "setuptools-75.6.0-py3-none-any.whl",
"wheel": "wheel-0.45.1-py3-none-any.whl",
},
"3.11": {
"pip": "pip-24.3.1-py3-none-any.whl",
"setuptools": "setuptools-75.3.0-py3-none-any.whl",
"wheel": "wheel-0.44.0-py3-none-any.whl",
"setuptools": "setuptools-75.6.0-py3-none-any.whl",
"wheel": "wheel-0.45.1-py3-none-any.whl",
},
"3.12": {
"pip": "pip-24.3.1-py3-none-any.whl",
"setuptools": "setuptools-75.3.0-py3-none-any.whl",
"wheel": "wheel-0.44.0-py3-none-any.whl",
"setuptools": "setuptools-75.6.0-py3-none-any.whl",
"wheel": "wheel-0.45.1-py3-none-any.whl",
},
"3.13": {
"pip": "pip-24.3.1-py3-none-any.whl",
"setuptools": "setuptools-75.3.0-py3-none-any.whl",
"wheel": "wheel-0.44.0-py3-none-any.whl",
"setuptools": "setuptools-75.6.0-py3-none-any.whl",
"wheel": "wheel-0.45.1-py3-none-any.whl",
},
"3.14": {
"pip": "pip-24.3.1-py3-none-any.whl",
"setuptools": "setuptools-75.3.0-py3-none-any.whl",
"wheel": "wheel-0.44.0-py3-none-any.whl",
"setuptools": "setuptools-75.6.0-py3-none-any.whl",
"wheel": "wheel-0.45.1-py3-none-any.whl",
},
}
MAX = "3.8"
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 898abfd

Please sign in to comment.