8000 gh-95339: update bundled pip to 22.2.1 (gh-95340) · python/cpython@fb42214 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb42214

Browse files
gh-95339: update bundled pip to 22.2.1 (gh-95340)
(cherry picked from commit 226d02b) Co-authored-by: Stéphane Bidoul <stephane.bidoul@gmail.com>
1 parent 2ef7a72 commit fb42214

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"
15+
_PIP_VERSION = "22.2.1"
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.1.

0 commit comments

Comments
 (0)
0