gh-99134: Update bundled pip to 22.3.1 (gh-99135)

Update bundled pip to 22.3.1
This commit is contained in:
Paul Moore 2022-11-05 17:50:39 +00:00 committed by GitHub
parent 317acb8038
commit 47ab8480e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ from importlib import resources
__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "65.5.0"
_PIP_VERSION = "22.3"
_PIP_VERSION = "22.3.1"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),

View File

@ -0,0 +1 @@
Update the bundled copy of pip to version 22.3.1.