]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-126188: Update bundled pip to 24.3.1 (gh-126805)
authorStéphane Bidoul <stephane.bidoul@gmail.com>
Wed, 13 Nov 2024 20:58:57 +0000 (21:58 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2024 20:58:57 +0000 (20:58 +0000)
Update bundled pip to 24.3.1

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 585afc85836c065d04fdaf5a3f2b8f356ac1b2d6..645ad998129348e80d92c0bb88d215079a254d92 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