]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-149377: update bundled pip to 26.1.1 (#149378)
authorStéphane Bidoul <stephane.bidoul@gmail.com>
Mon, 4 May 2026 19:58:28 +0000 (21:58 +0200)
committerGitHub <noreply@github.com>
Mon, 4 May 2026 19:58:28 +0000 (19:58 +0000)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-26.1.1-py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-26.1-py3-none-any.whl with 94% similarity]
Misc/NEWS.d/next/Library/2026-05-04-19-28-48.gh-issue-149377.WNlc8Y.rst [new file with mode: 0644]

index 5a55525d6bd235db77310660a9939f84249203a0..9077e84e958ccea92d9eb9927f4cd3c22e448d4b 100644 (file)
@@ -10,7 +10,7 @@ from shutil import copy2
 
 
 __all__ = ["version", "bootstrap"]
-_PIP_VERSION = "26.1"
+_PIP_VERSION = "26.1.1"
 
 # Directory of system wheel packages. Some Linux distribution packaging
 # policies recommend against bundling dependencies. For example, Fedora
similarity index 94%
rename from Lib/ensurepip/_bundled/pip-26.1-py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-26.1.1-py3-none-any.whl
index b51afa14f7c0ad88a192f4bf606775653df23681..ab0307c7716212a514231bfc5149437cfb9df70a 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-26.1-py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-26.1.1-py3-none-any.whl differ
diff --git a/Misc/NEWS.d/next/Library/2026-05-04-19-28-48.gh-issue-149377.WNlc8Y.rst b/Misc/NEWS.d/next/Library/2026-05-04-19-28-48.gh-issue-149377.WNlc8Y.rst
new file mode 100644 (file)
index 0000000..7bab1c0
--- /dev/null
@@ -0,0 +1 @@
+Update bundled pip to 26.1.1