Skip to content

Commit 5a8e968

Browse files
ned-deilypradyunsg
andauthored
bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31852)
(cherry picked from commit d87f1b7) Co-authored-by: Pradyun Gedam <pgedam@bloomberg.net>
1 parent f656bc1 commit 5a8e968

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

Diff for: Lib/ensurepip/__init__.py

+3-6
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@
77

88

99
__all__ = ["version", "bootstrap"]
10-
11-
10+
_PACKAGE_NAMES = ('setuptools', 'pip')
1211
_SETUPTOOLS_VERSION = "47.1.0"
13-
14-
_PIP_VERSION = "20.1.1"
15-
12+
_PIP_VERSION = "22.0.4"
1613
_PROJECTS = [
1714
("setuptools", _SETUPTOOLS_VERSION, "py3"),
18-
("pip", _PIP_VERSION, "py2.py3"),
15+
("pip", _PIP_VERSION, "py3"),
1916
]
2017

2118

-1.42 MB
Binary file not shown.

Diff for: Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl

2.03 MB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade pip wheel bundled with ensurepip (pip 22.0.4)

0 commit comments

Comments
 (0)