gh-95194: upgrade bundled pip to 22.2 (gh-95195)

upgrade bundled pip to 22.2
(cherry picked from commit 068ffafa54)

Co-authored-by: Stéphane Bidoul <stephane.bidoul@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-07-24 03:22:12 -07:00 committed by GitHub
parent 00cda6b530
commit 9639cc1126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "58.1.0"
_PIP_VERSION = "22.0.4"
_PIP_VERSION = "22.2"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),

Binary file not shown.

View File

@ -0,0 +1 @@
Upgrade bundled pip to 22.2.