gh-95609: update bundled pip to 22.2.2 (gh-95610)

(cherry picked from commit 3d9d45b22c)

Co-authored-by: Stéphane Bidoul <stephane.bidoul@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-08-03 13:11:41 -07:00 committed by GitHub
parent 7c5f13f391
commit 72e4afdc8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@
__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "63.2.0"
_PIP_VERSION = "22.2.1"
_PIP_VERSION = "22.2.2"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),

View File

@ -0,0 +1 @@
Update bundled pip to 22.2.2.