[3.11] gh-106774: Update bundled pip version to 23.2.1 (GH-106775) (gh-107223)

* Update bundled pip version to 23.2.1.
(cherry picked from commit f443b54a2f)
This commit is contained in:
Paul Moore 2023-07-25 11:38:19 +01:00 committed by GitHub
parent 8725d36fda
commit 058741cc39
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 = "23.1.2"
_PIP_VERSION = "23.2.1"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),

View file

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