Skip to content

Commit

Permalink
Upgrade setuptools (#2607)
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 Jul 14, 2023
1 parent e5ce384 commit 94f3cf5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions docs/changelog/2607.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Upgrade embedded wheels:

* setuptools to ``68.0.0`` from ``67.8.0``
12 changes: 6 additions & 6 deletions src/virtualenv/seed/wheels/embed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
BUNDLE_SUPPORT = {
"3.7": {
"pip": "pip-23.1.2-py3-none-any.whl",
"setuptools": "setuptools-67.8.0-py3-none-any.whl",
"setuptools": "setuptools-68.0.0-py3-none-any.whl",
"wheel": "wheel-0.40.0-py3-none-any.whl",
},
"3.8": {
"pip": "pip-23.1.2-py3-none-any.whl",
"setuptools": "setuptools-67.8.0-py3-none-any.whl",
"setuptools": "setuptools-68.0.0-py3-none-any.whl",
"wheel": "wheel-0.40.0-py3-none-any.whl",
},
"3.9": {
"pip": "pip-23.1.2-py3-none-any.whl",
"setuptools": "setuptools-67.8.0-py3-none-any.whl",
"setuptools": "setuptools-68.0.0-py3-none-any.whl",
"wheel": "wheel-0.40.0-py3-none-any.whl",
},
"3.10": {
"pip": "pip-23.1.2-py3-none-any.whl",
"setuptools": "setuptools-67.8.0-py3-none-any.whl",
"setuptools": "setuptools-68.0.0-py3-none-any.whl",
"wheel": "wheel-0.40.0-py3-none-any.whl",
},
"3.11": {
"pip": "pip-23.1.2-py3-none-any.whl",
"setuptools": "setuptools-67.8.0-py3-none-any.whl",
"setuptools": "setuptools-68.0.0-py3-none-any.whl",
"wheel": "wheel-0.40.0-py3-none-any.whl",
},
"3.12": {
"pip": "pip-23.1.2-py3-none-any.whl",
"setuptools": "setuptools-67.8.0-py3-none-any.whl",
"setuptools": "setuptools-68.0.0-py3-none-any.whl",
"wheel": "wheel-0.40.0-py3-none-any.whl",
},
}
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 94f3cf5

Please sign in to comment.