[3.12] gh-122744: Bump bundled pip to 24.2 (#122747)

(cherry picked from commit 5b8a6c5186)

Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
This commit is contained in:
Pradyun Gedam 2024-08-06 19:50:14 +01:00 committed by GitHub
parent b31764104e
commit 1c4d08d73e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,7 @@ from importlib import resources
__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('pip',)
_PIP_VERSION = "24.0"
_PIP_VERSION = "24.2"
_PROJECTS = [
("pip", _PIP_VERSION, "py3"),
]

Binary file not shown.

View file

@ -0,0 +1 @@
Bump the version of pip bundled in ensurepip to version 24.2.