]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-126188: Update bundled pip to 24.3.1 (gh-126805) (#126806)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 Nov 2024 21:51:57 +0000 (22:51 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2024 21:51:57 +0000 (21:51 +0000)
gh-126188: Update bundled pip to 24.3.1 (gh-126805)

Update bundled pip to 24.3.1
(cherry picked from commit f6b0361c17552197f44be16435e4a5cb4b1d60ca)

Co-authored-by: Stéphane Bidoul <stephane.bidoul@gmail.com>
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-24.3.1-py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-24.2-py3-none-any.whl with 84% similarity]
Misc/NEWS.d/next/Library/2024-11-13-20-03-18.gh-issue-126188.RJLKk-.rst [new file with mode: 0644]

index c5350df270487abebb55b0e414854e4330b93940..df0685b19896818ee924f0808bb8d727fadb54aa 100644 (file)
@@ -10,7 +10,7 @@ from shutil import copy2
 
 
 __all__ = ["version", "bootstrap"]
-_PIP_VERSION = "24.2"
+_PIP_VERSION = "24.3.1"
 
 # Directory of system wheel packages. Some Linux distribution packaging
 # policies recommend against bundling dependencies. For example, Fedora
similarity index 84%
rename from Lib/ensurepip/_bundled/pip-24.2-py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-24.3.1-py3-none-any.whl
index 542cdd1e7284ae5318664cd6a0f43fe9458d1d6c..5f1d35be6dd56b0e9f5ff0b6f555d43cd1853dda 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-24.2-py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-24.3.1-py3-none-any.whl differ
diff --git a/Misc/NEWS.d/next/Library/2024-11-13-20-03-18.gh-issue-126188.RJLKk-.rst b/Misc/NEWS.d/next/Library/2024-11-13-20-03-18.gh-issue-126188.RJLKk-.rst
new file mode 100644 (file)
index 0000000..bb13662
--- /dev/null
@@ -0,0 +1 @@
+Update bundled pip to 24.3.1