]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-122744: Bump bundled pip to 24.2 (#122745)
authorPradyun Gedam <pradyunsg@gmail.com>
Tue, 6 Aug 2024 18:38:33 +0000 (19:38 +0100)
committerGitHub <noreply@github.com>
Tue, 6 Aug 2024 18:38:33 +0000 (18:38 +0000)
Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-24.2-py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-24.1.1-py3-none-any.whl with 76% similarity]
Misc/NEWS.d/next/Library/2024-08-06-18-07-19.gh-issue-122744.kCzNDI.rst [new file with mode: 0644]

index 23fe7a82eb029d9a37d3cc6ab686e863a24cc20e..c5350df270487abebb55b0e414854e4330b93940 100644 (file)
@@ -10,7 +10,7 @@ from shutil import copy2
 
 
 __all__ = ["version", "bootstrap"]
-_PIP_VERSION = "24.1.1"
+_PIP_VERSION = "24.2"
 
 # Directory of system wheel packages. Some Linux distribution packaging
 # policies recommend against bundling dependencies. For example, Fedora
similarity index 76%
rename from Lib/ensurepip/_bundled/pip-24.1.1-py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-24.2-py3-none-any.whl
index e27568eb8b39c94a30d0426a13a7860076b33528..542cdd1e7284ae5318664cd6a0f43fe9458d1d6c 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-24.1.1-py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-24.2-py3-none-any.whl differ
diff --git a/Misc/NEWS.d/next/Library/2024-08-06-18-07-19.gh-issue-122744.kCzNDI.rst b/Misc/NEWS.d/next/Library/2024-08-06-18-07-19.gh-issue-122744.kCzNDI.rst
new file mode 100644 (file)
index 0000000..18ac3dd
--- /dev/null
@@ -0,0 +1 @@
+Bump the version of pip bundled in ensurepip to version 24.2.