Skip to content

Commit d87f1b7

Browse files
authored
bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819)
1 parent 9f04ee5 commit d87f1b7

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

Lib/ensurepip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
__all__ = ["version", "bootstrap"]
1212
_PACKAGE_NAMES = ('setuptools', 'pip')
1313
_SETUPTOOLS_VERSION = "58.1.0"
14-
_PIP_VERSION = "21.2.4"
14+
_PIP_VERSION = "22.0.4"
1515
_PROJECTS = [
1616
("setuptools", _SETUPTOOLS_VERSION, "py3"),
1717
("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)