Skip to content

Commit 7a315d8

Browse files
ned-deilypradyunsg
andauthored
bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31851)
(cherry picked from commit d87f1b7) Co-authored-by: Pradyun Gedam <[email protected]>
1 parent dea270a commit 7a315d8

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

Lib/ensurepip/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88

99

1010
__all__ = ["version", "bootstrap"]
11-
11+
_PACKAGE_NAMES = ('setuptools', 'pip')
1212
_SETUPTOOLS_VERSION = "56.0.0"
13-
14-
_PIP_VERSION = "21.1.1"
15-
13+
_PIP_VERSION = "22.0.4"
1614
_PROJECTS = [
1715
("setuptools", _SETUPTOOLS_VERSION, "py3"),
1816
("pip", _PIP_VERSION, "py3"),
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
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)