diff --git a/docs/changelog/2665.bugfix.rst b/docs/changelog/2665.bugfix.rst new file mode 100644 index 000000000..f6bb0a821 --- /dev/null +++ b/docs/changelog/2665.bugfix.rst @@ -0,0 +1,3 @@ +Upgrade embedded wheels: + +* wheel to ``0.41.3`` from ``0.41.2`` diff --git a/src/virtualenv/seed/wheels/embed/__init__.py b/src/virtualenv/seed/wheels/embed/__init__.py index 46a7fc1f9..f4b45946f 100644 --- a/src/virtualenv/seed/wheels/embed/__init__.py +++ b/src/virtualenv/seed/wheels/embed/__init__.py @@ -9,32 +9,32 @@ "3.7": { "pip": "pip-23.3.1-py3-none-any.whl", "setuptools": "setuptools-68.0.0-py3-none-any.whl", - "wheel": "wheel-0.41.2-py3-none-any.whl", + "wheel": "wheel-0.41.3-py3-none-any.whl", }, "3.8": { "pip": "pip-23.3.1-py3-none-any.whl", "setuptools": "setuptools-68.2.2-py3-none-any.whl", - "wheel": "wheel-0.41.2-py3-none-any.whl", + "wheel": "wheel-0.41.3-py3-none-any.whl", }, "3.9": { "pip": "pip-23.3.1-py3-none-any.whl", "setuptools": "setuptools-68.2.2-py3-none-any.whl", - "wheel": "wheel-0.41.2-py3-none-any.whl", + "wheel": "wheel-0.41.3-py3-none-any.whl", }, "3.10": { "pip": "pip-23.3.1-py3-none-any.whl", "setuptools": "setuptools-68.2.2-py3-none-any.whl", - "wheel": "wheel-0.41.2-py3-none-any.whl", + "wheel": "wheel-0.41.3-py3-none-any.whl", }, "3.11": { "pip": "pip-23.3.1-py3-none-any.whl", "setuptools": "setuptools-68.2.2-py3-none-any.whl", - "wheel": "wheel-0.41.2-py3-none-any.whl", + "wheel": "wheel-0.41.3-py3-none-any.whl", }, "3.12": { "pip": "pip-23.3.1-py3-none-any.whl", "setuptools": "setuptools-68.2.2-py3-none-any.whl", - "wheel": "wheel-0.41.2-py3-none-any.whl", + "wheel": "wheel-0.41.3-py3-none-any.whl", }, } MAX = "3.7" diff --git a/src/virtualenv/seed/wheels/embed/wheel-0.41.2-py3-none-any.whl b/src/virtualenv/seed/wheels/embed/wheel-0.41.2-py3-none-any.whl deleted file mode 100644 index f2befff47..000000000 Binary files a/src/virtualenv/seed/wheels/embed/wheel-0.41.2-py3-none-any.whl and /dev/null differ diff --git a/src/virtualenv/seed/wheels/embed/wheel-0.41.3-py3-none-any.whl b/src/virtualenv/seed/wheels/embed/wheel-0.41.3-py3-none-any.whl new file mode 100644 index 000000000..285554ecd Binary files /dev/null and b/src/virtualenv/seed/wheels/embed/wheel-0.41.3-py3-none-any.whl differ