Skip to content

Commit 72e4afd

Browse files
gh-95609: update bundled pip to 22.2.2 (gh-95610)
(cherry picked from commit 3d9d45b) Co-authored-by: Stéphane Bidoul <[email protected]>
1 parent 7c5f13f commit 72e4afd

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Lib/ensurepip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__all__ = ["version", "bootstrap"]
1313
_PACKAGE_NAMES = ('setuptools', 'pip')
1414
_SETUPTOOLS_VERSION = "63.2.0"
15-
_PIP_VERSION = "22.2.1"
15+
_PIP_VERSION = "22.2.2"
1616
_PROJECTS = [
1717
("setuptools", _SETUPTOOLS_VERSION, "py3"),
1818
("pip", _PIP_VERSION, "py3"),
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update bundled pip to 22.2.2.

0 commit comments

Comments
 (0)