https://github.com/python/cpython/commit/9f9a2732673f55830a5131cb63aebed975cbbc28 commit: 9f9a2732673f55830a5131cb63aebed975cbbc28 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-05-04T23:43:33+03:00 summary:
[3.13] gh-149377: update bundled pip to 26.1.1 (GH-149378) (#149380) gh-149377: update bundled pip to 26.1.1 (GH-149378) (cherry picked from commit de66149f66a365625a7a5fc194935b0f6d6862b9) Co-authored-by: Stéphane Bidoul <[email protected]> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> files: A Lib/ensurepip/_bundled/pip-26.1.1-py3-none-any.whl A Misc/NEWS.d/next/Library/2026-05-04-19-28-48.gh-issue-149377.WNlc8Y.rst D Lib/ensurepip/_bundled/pip-26.1-py3-none-any.whl M Lib/ensurepip/__init__.py diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 65179721478992..bd960d42257063 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -10,7 +10,7 @@ __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 diff --git a/Lib/ensurepip/_bundled/pip-26.1-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-26.1.1-py3-none-any.whl 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 b51afa14f7c0ad..ab0307c7716212 100644 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 index 00000000000000..7bab1c049e67ff --- /dev/null +++ b/Misc/NEWS.d/next/Library/2026-05-04-19-28-48.gh-issue-149377.WNlc8Y.rst @@ -0,0 +1 @@ +Update bundled pip to 26.1.1 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
