]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-155063: Upgrade bundled pip to 26.2.1 (#155196)
authorRichard Si <sichard26@gmail.com>
Wed, 5 Aug 2026 05:55:52 +0000 (01:55 -0400)
committerGitHub <noreply@github.com>
Wed, 5 Aug 2026 05:55:52 +0000 (08:55 +0300)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-26.2.1-py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-26.2-py3-none-any.whl with 94% similarity]
Misc/NEWS.d/next/Library/2026-08-04-19-03-20.gh-issue-155063.gN_mCU.rst [new file with mode: 0644]

index bd73ddb95cd07f70de43fea678ff5ba266a3261f..bc2fb742cb9cfcad824a46161920f04c5d3da35f 100644 (file)
@@ -10,7 +10,7 @@ from shutil import copy2
 
 
 __all__ = ["version", "bootstrap"]
-_PIP_VERSION = "26.2"
+_PIP_VERSION = "26.2.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.2-py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-26.2.1-py3-none-any.whl
index e0cc1e2f8dd971cfa0d38e33eb2e06f5e94c756c..bc442f6b99306b37cbafcd1abb573c6c429e5c2a 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-26.2-py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-26.2.1-py3-none-any.whl differ
diff --git a/Misc/NEWS.d/next/Library/2026-08-04-19-03-20.gh-issue-155063.gN_mCU.rst b/Misc/NEWS.d/next/Library/2026-08-04-19-03-20.gh-issue-155063.gN_mCU.rst
new file mode 100644 (file)
index 0000000..fdb03c9
--- /dev/null
@@ -0,0 +1 @@
+Bump the version of pip bundled in ensurepip to version 26.2.1