Skip to content

Commit

Permalink
Bump embeded pip (#2135)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Jul 9, 2021
1 parent 44a7c5b commit 03afeca
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions docs/changelog/2135.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump pip the embedded pip ``21.1.3`` and setuptools to ``57.1.0`` - 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.1.2-py3-none-any.whl",
"setuptools": "setuptools-57.0.0-py3-none-any.whl",
"pip": "pip-21.1.3-py3-none-any.whl",
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.9": {
"pip": "pip-21.1.2-py3-none-any.whl",
"setuptools": "setuptools-57.0.0-py3-none-any.whl",
"pip": "pip-21.1.3-py3-none-any.whl",
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-21.1.2-py3-none-any.whl",
"setuptools": "setuptools-57.0.0-py3-none-any.whl",
"pip": "pip-21.1.3-py3-none-any.whl",
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-21.1.2-py3-none-any.whl",
"setuptools": "setuptools-57.0.0-py3-none-any.whl",
"pip": "pip-21.1.3-py3-none-any.whl",
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.6": {
"pip": "pip-21.1.2-py3-none-any.whl",
"setuptools": "setuptools-57.0.0-py3-none-any.whl",
"pip": "pip-21.1.3-py3-none-any.whl",
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.5": {
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 03afeca

Please sign in to comment.