[3.11] gh-103559: Update bundled pip version to 23.1.1 (gh-103560) (#103752)

(cherry picked from commit b2862950dc)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
Paul Moore 2023-04-25 03:58:19 +01:00 committed by GitHub
parent 99db23d941
commit a59dc1fb43
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 @@
__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "65.5.0"
_PIP_VERSION = "22.3.1"
_PIP_VERSION = "23.1.1"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),

View File

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