Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pip and setuptools #2294

Merged
merged 1 commit into from Feb 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/changelog/2294.bugfix.rst
@@ -0,0 +1 @@
Upgrade embedded pip to ``22.0.3`` and setuptools to ``60.7.1`` - by :user:`gaborbernat`.
20 changes: 10 additions & 10 deletions src/virtualenv/seed/wheels/embed/__init__.py
Expand Up @@ -6,28 +6,28 @@
BUNDLE_FOLDER = Path(__file__).absolute().parent
BUNDLE_SUPPORT = {
"3.11": {
"pip": "pip-21.3.1-py3-none-any.whl",
"setuptools": "setuptools-60.5.0-py3-none-any.whl",
"pip": "pip-22.0.3-py3-none-any.whl",
"setuptools": "setuptools-60.7.1-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.10": {
"pip": "pip-21.3.1-py3-none-any.whl",
"setuptools": "setuptools-60.5.0-py3-none-any.whl",
"pip": "pip-22.0.3-py3-none-any.whl",
"setuptools": "setuptools-60.7.1-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.9": {
"pip": "pip-21.3.1-py3-none-any.whl",
"setuptools": "setuptools-60.5.0-py3-none-any.whl",
"pip": "pip-22.0.3-py3-none-any.whl",
"setuptools": "setuptools-60.7.1-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-21.3.1-py3-none-any.whl",
"setuptools": "setuptools-60.5.0-py3-none-any.whl",
"pip": "pip-22.0.3-py3-none-any.whl",
"setuptools": "setuptools-60.7.1-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-21.3.1-py3-none-any.whl",
"setuptools": "setuptools-60.5.0-py3-none-any.whl",
"pip": "pip-22.0.3-py3-none-any.whl",
"setuptools": "setuptools-60.7.1-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.6": {
Expand Down
Binary file not shown.
Binary file not shown.