Skip to content

Commit

Permalink
Bump setuptools and wheels (#2669)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
gaborbernat and pre-commit-ci[bot] committed Nov 29, 2023
1 parent 1fe291a commit c7e57f3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions docs/changelog/2669.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Upgrade embedded wheels:

* wheel to ``0.42.0`` from ``0.41.3``
* setuptools to ``69.0.2`` from ``68.2.2``
22 changes: 11 additions & 11 deletions src/virtualenv/seed/wheels/embed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.3-py3-none-any.whl",
"wheel": "wheel-0.42.0-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.3-py3-none-any.whl",
"setuptools": "setuptools-69.0.2-py3-none-any.whl",
"wheel": "wheel-0.42.0-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.3-py3-none-any.whl",
"setuptools": "setuptools-69.0.2-py3-none-any.whl",
"wheel": "wheel-0.42.0-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.3-py3-none-any.whl",
"setuptools": "setuptools-69.0.2-py3-none-any.whl",
"wheel": "wheel-0.42.0-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.3-py3-none-any.whl",
"setuptools": "setuptools-69.0.2-py3-none-any.whl",
"wheel": "wheel-0.42.0-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.3-py3-none-any.whl",
"setuptools": "setuptools-69.0.2-py3-none-any.whl",
"wheel": "wheel-0.42.0-py3-none-any.whl",
},
}
MAX = "3.7"
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit c7e57f3

Please sign in to comment.