[3.14] gh-149148: Upgrade bundled pip to 26.1 (GH-149150) (#149154)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot)
2026-04-29 17:02:20 +02:00
committed by GitHub
parent 97b4246f64
commit ab2d84fe10
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from shutil import copy2
__all__ = ["version", "bootstrap"]
_PIP_VERSION = "26.0.1"
_PIP_VERSION = "26.1"
# Directory of system wheel packages. Some Linux distribution packaging
# policies recommend against bundling dependencies. For example, Fedora
@@ -0,0 +1,2 @@
:mod:`ensurepip`: Upgrade bundled pip to 26.1. This version fixes
the :cve:`2026-3219` vulnerability. Patch by Victor Stinner.