Skip to content

Commit 982273a

Browse files
gh-99134: Update bundled pip to 22.3.1 (gh-99135)
Update bundled pip to 22.3.1 (cherry picked from commit 47ab848) Co-authored-by: Paul Moore <[email protected]>
1 parent ae5317d commit 982273a

File tree

3 files changed

+2
-1
lines changed

3 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 = "65.5.0"
15-
_PIP_VERSION = "22.3"
15+
_PIP_VERSION = "22.3.1"
1616
_PROJECTS = [
1717
("setuptools", _SETUPTOOLS_VERSION, "py3"),
1818
("pip", _PIP_VERSION, "py3"),
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update the bundled copy of pip to version 22.3.1.

0 commit comments

Comments
 (0)