Skip to content

Commit 227a197

Browse files
gh-95194: upgrade bundled pip to 22.2 (gh-95195)
upgrade bundled pip to 22.2 (cherry picked from commit 068ffaf) Co-authored-by: Stéphane Bidoul <stephane.bidoul@gmail.com>
1 parent 4a682b4 commit 227a197

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

Lib/ensurepip/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__all__ = ["version", "bootstrap"]
1313
_PACKAGE_NAMES = ('setuptools', 'pip')
1414
_SETUPTOOLS_VERSION = "58.1.0"
15-
_PIP_VERSION = "22.0.4"
15+
_PIP_VERSION = "22.2"
1616
_PROJECTS = [
1717
("setuptools", _SETUPTOOLS_VERSION, "py3"),
1818
("pip", _PIP_VERSION, "py3"),
Binary file not shown.
1.95 MB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade bundled pip to 22.2.

0 commit comments

Comments
 (0)