]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-149377: update bundled pip to 26.1.1 (GH-149378) (#149379)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 4 May 2026 20:43:08 +0000 (22:43 +0200)
committerGitHub <noreply@github.com>
Mon, 4 May 2026 20:43:08 +0000 (23:43 +0300)
gh-149377: update bundled pip to 26.1.1 (GH-149378)
(cherry picked from commit de66149f66a365625a7a5fc194935b0f6d6862b9)

Co-authored-by: Stéphane Bidoul <stephane.bidoul@gmail.com>
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 9fc158db624016181f89b8858e8e8a9ee14da6c8..a8040457abf43fe049dd3d8227c998287bd192a5 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