mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[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:
parent
b31764104e
commit
1c4d08d73e
4 changed files with 2 additions and 1 deletions
|
|
@ -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.
BIN
Lib/ensurepip/_bundled/pip-24.2-py3-none-any.whl
Normal file
BIN
Lib/ensurepip/_bundled/pip-24.2-py3-none-any.whl
Normal file
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
Bump the version of pip bundled in ensurepip to version 24.2.
|
||||
Loading…
Add table
Add a link
Reference in a new issue