Skip to content

Commit

Permalink
bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31851)
Browse files Browse the repository at this point in the history
(cherry picked from commit d87f1b7)

Co-authored-by: Pradyun Gedam <pgedam@bloomberg.net>
  • Loading branch information
ned-deily and pradyunsg committed Mar 15, 2022
1 parent dea270a commit 7a315d8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Lib/ensurepip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@


__all__ = ["version", "bootstrap"]

_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "56.0.0"

_PIP_VERSION = "21.1.1"

_PIP_VERSION = "22.0.4"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),
Expand Down
Binary file removed Lib/ensurepip/_bundled/pip-21.1.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 @@
Upgrade pip wheel bundled with ensurepip (pip 22.0.4)

0 comments on commit 7a315d8

Please sign in to comment.