Skip to content

Commit

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


Co-authored-by: Pradyun Gedam <[email protected]>

Automerge-Triggered-By: GH:ned-deily
  • Loading branch information
miss-islington authored Mar 13, 2022
1 parent b5140a5 commit 4f340b0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/ensurepip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "58.1.0"
_PIP_VERSION = "21.2.4"
_PIP_VERSION = "22.0.4"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),
Expand Down
Binary file removed Lib/ensurepip/_bundled/pip-21.2.4-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 4f340b0

Please sign in to comment.