]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-150685: update bundled pip to 26.1.2 (gh-150686) main
authorStéphane Bidoul <stephane.bidoul@gmail.com>
Sun, 31 May 2026 19:28:02 +0000 (21:28 +0200)
committerGitHub <noreply@github.com>
Sun, 31 May 2026 19:28:02 +0000 (20:28 +0100)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-26.1.2-py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-26.1.1-py3-none-any.whl with 93% similarity]
Misc/NEWS.d/next/Library/2026-05-31-17-47-30.gh-issue-150685.EBB2mU.rst [new file with mode: 0644]

index ab6b95e0ba60c09737006632b404c9e2412796e7..e14d23b35cf7a952f12ba189afe034c0bf7931c5 100644 (file)
@@ -10,7 +10,7 @@ from shutil import copy2
 
 
 __all__ = ["version", "bootstrap"]
-_PIP_VERSION = "26.1.1"
+_PIP_VERSION = "26.1.2"
 
 # Directory of system wheel packages. Some Linux distribution packaging
 # policies recommend against bundling dependencies. For example, Fedora
similarity index 93%
rename from Lib/ensurepip/_bundled/pip-26.1.1-py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-26.1.2-py3-none-any.whl
index ab0307c7716212a514231bfc5149437cfb9df70a..24b5cc90ace64391f8ff6ac218837e03f980d485 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-26.1.1-py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-26.1.2-py3-none-any.whl differ
diff --git a/Misc/NEWS.d/next/Library/2026-05-31-17-47-30.gh-issue-150685.EBB2mU.rst b/Misc/NEWS.d/next/Library/2026-05-31-17-47-30.gh-issue-150685.EBB2mU.rst
new file mode 100644 (file)
index 0000000..eb7f311
--- /dev/null
@@ -0,0 +1 @@
+Update bundled pip to 26.1.2