Skip to content

Commit ab2d84f

Browse files
miss-islingtonvstinnerhugovk
authored
[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>
1 parent 97b4246 commit ab2d84f

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

Lib/ensurepip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
__all__ = ["version", "bootstrap"]
13-
_PIP_VERSION = "26.0.1"
13+
_PIP_VERSION = "26.1"
1414

1515
# Directory of system wheel packages. Some Linux distribution packaging
1616
# policies recommend against bundling dependencies. For example, Fedora
1.7 MB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
:mod:`ensurepip`: Upgrade bundled pip to 26.1. This version fixes
2+
the :cve:`2026-3219` vulnerability. Patch by Victor Stinner.

0 commit comments

Comments
 (0)