[3.11] gh-113246: Updated bundled pip to 23.3.2 (gh-113249) (#113254)

Updated bundled pip to 23.3.2.
(cherry picked from commit 4a24bf9a13)
This commit is contained in:
Stéphane Bidoul 2023-12-18 12:34:58 +01:00 committed by GitHub
parent bd8aa9d8bd
commit 2cd3564738
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 = "23.2.1"
_PIP_VERSION = "23.3.2"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),

View File

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