Skip to content

Commit

Permalink
bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (pytho…
Browse files Browse the repository at this point in the history
…nGH-25576)

Update bundled pip to 21.1 and setuptools to 56.0.0
  • Loading branch information
sbidoul authored Apr 24, 2021
1 parent c6ca368 commit 1969835
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/ensurepip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "52.0.0"
_PIP_VERSION = "21.0.1"
_SETUPTOOLS_VERSION = "56.0.0"
_PIP_VERSION = "21.1"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),
Expand Down
Binary file removed Lib/ensurepip/_bundled/pip-21.0.1-py3-none-any.whl
Binary file not shown.
Binary file added Lib/ensurepip/_bundled/pip-21.1-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update bundled pip to 21.1 and setuptools to 56.0.0

0 comments on commit 1969835

Please sign in to comment.