Skip to content

Commit

Permalink
Bump pip and setuptools (#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Oct 23, 2021
1 parent 6bfc29e commit 4a1328b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion docs/changelog/2205.bugfix.rst
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Upgrade embedded setuptools to ``58.2.0`` from ``58.1.0`` - by :user:`gaborbernat`.
Upgrade embedded setuptools to ``58.3.0`` from ``58.1.0`` and pip to ``21.3.1`` from ``21.2.4`` - by
:user:`gaborbernat`.
20 changes: 10 additions & 10 deletions src/virtualenv/seed/wheels/embed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@
BUNDLE_FOLDER = Path(__file__).absolute().parent
BUNDLE_SUPPORT = {
"3.10": {
"pip": "pip-21.2.4-py3-none-any.whl",
"setuptools": "setuptools-58.2.0-py3-none-any.whl",
"pip": "pip-21.3.1-py3-none-any.whl",
"setuptools": "setuptools-58.3.0-py3-none-any.whl",
"wheel": "wheel-0.37.0-py2.py3-none-any.whl",
},
"3.9": {
"pip": "pip-21.2.4-py3-none-any.whl",
"setuptools": "setuptools-58.2.0-py3-none-any.whl",
"pip": "pip-21.3.1-py3-none-any.whl",
"setuptools": "setuptools-58.3.0-py3-none-any.whl",
"wheel": "wheel-0.37.0-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-21.2.4-py3-none-any.whl",
"setuptools": "setuptools-58.2.0-py3-none-any.whl",
"pip": "pip-21.3.1-py3-none-any.whl",
"setuptools": "setuptools-58.3.0-py3-none-any.whl",
"wheel": "wheel-0.37.0-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-21.2.4-py3-none-any.whl",
"setuptools": "setuptools-58.2.0-py3-none-any.whl",
"pip": "pip-21.3.1-py3-none-any.whl",
"setuptools": "setuptools-58.3.0-py3-none-any.whl",
"wheel": "wheel-0.37.0-py2.py3-none-any.whl",
},
"3.6": {
"pip": "pip-21.2.4-py3-none-any.whl",
"setuptools": "setuptools-58.2.0-py3-none-any.whl",
"pip": "pip-21.3.1-py3-none-any.whl",
"setuptools": "setuptools-58.3.0-py3-none-any.whl",
"wheel": "wheel-0.37.0-py2.py3-none-any.whl",
},
"3.5": {
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 4a1328b

Please sign in to comment.