Skip to content

Commit

Permalink
upgrade pip and setuptools (#2560) (#2562)
Browse files Browse the repository at this point in the history
Co-authored-by: Belz Sandro <Sandro.Belz@msg-life.com>
  • Loading branch information
gaborbernat and szleb committed Apr 27, 2023
1 parent 0597a2f commit 89f80b8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions docs/changelog/2560.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade setuptools to ``67.7.2`` from ``67.6.1`` and pip to ``23.1.2`` from ``23.1`` - by :user:`szleb`.
24 changes: 12 additions & 12 deletions src/virtualenv/seed/wheels/embed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,33 @@
BUNDLE_FOLDER = Path(__file__).absolute().parent
BUNDLE_SUPPORT = {
"3.7": {
"pip": "pip-23.1-py3-none-any.whl",
"setuptools": "setuptools-67.6.1-py3-none-any.whl",
"pip": "pip-23.1.2-py3-none-any.whl",
"setuptools": "setuptools-67.7.2-py3-none-any.whl",
"wheel": "wheel-0.40.0-py3-none-any.whl",
},
"3.8": {
"pip": "pip-23.1-py3-none-any.whl",
"setuptools": "setuptools-67.6.1-py3-none-any.whl",
"pip": "pip-23.1.2-py3-none-any.whl",
"setuptools": "setuptools-67.7.2-py3-none-any.whl",
"wheel": "wheel-0.40.0-py3-none-any.whl",
},
"3.9": {
"pip": "pip-23.1-py3-none-any.whl",
"setuptools": "setuptools-67.6.1-py3-none-any.whl",
"pip": "pip-23.1.2-py3-none-any.whl",
"setuptools": "setuptools-67.7.2-py3-none-any.whl",
"wheel": "wheel-0.40.0-py3-none-any.whl",
},
"3.10": {
"pip": "pip-23.1-py3-none-any.whl",
"setuptools": "setuptools-67.6.1-py3-none-any.whl",
"pip": "pip-23.1.2-py3-none-any.whl",
"setuptools": "setuptools-67.7.2-py3-none-any.whl",
"wheel": "wheel-0.40.0-py3-none-any.whl",
},
"3.11": {
"pip": "pip-23.1-py3-none-any.whl",
"setuptools": "setuptools-67.6.1-py3-none-any.whl",
"pip": "pip-23.1.2-py3-none-any.whl",
"setuptools": "setuptools-67.7.2-py3-none-any.whl",
"wheel": "wheel-0.40.0-py3-none-any.whl",
},
"3.12": {
"pip": "pip-23.1-py3-none-any.whl",
"setuptools": "setuptools-67.6.1-py3-none-any.whl",
"pip": "pip-23.1.2-py3-none-any.whl",
"setuptools": "setuptools-67.7.2-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 89f80b8

Please sign in to comment.