mirror of
https://github.com/python/cpython.git
synced 2026-05-06 04:37:33 -04:00
[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:
committed by
GitHub
parent
97b4246f64
commit
ab2d84fe10
@@ -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
|
||||
|
||||
BIN
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
:mod:`ensurepip`: Upgrade bundled pip to 26.1. This version fixes
|
||||
the :cve:`2026-3219` vulnerability. Patch by Victor Stinner.
|
||||
Reference in New Issue
Block a user