]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-129583: update bundled pip to 25.0.1 (#129909)
authorStéphane Bidoul <stephane.bidoul@gmail.com>
Mon, 10 Feb 2025 10:21:04 +0000 (11:21 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2025 10:21:04 +0000 (12:21 +0200)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-25.0.1-py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-24.3.1-py3-none-any.whl with 75% similarity]
Misc/NEWS.d/next/Library/2025-02-09-17-47-01.gh-issue-129583.-130Ys.rst [new file with mode: 0644]

index 645ad998129348e80d92c0bb88d215079a254d92..2b10d97ec66633d4174c3984ad30d804a1a75944 100644 (file)
@@ -10,7 +10,7 @@ from shutil import copy2
 
 
 __all__ = ["version", "bootstrap"]
-_PIP_VERSION = "24.3.1"
+_PIP_VERSION = "25.0.1"
 
 # Directory of system wheel packages. Some Linux distribution packaging
 # policies recommend against bundling dependencies. For example, Fedora
similarity index 75%
rename from Lib/ensurepip/_bundled/pip-24.3.1-py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-25.0.1-py3-none-any.whl
index 5f1d35be6dd56b0e9f5ff0b6f555d43cd1853dda..8d3b0043ea53790b1ad142d8ce9a6b3a7fd19e66 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-24.3.1-py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-25.0.1-py3-none-any.whl differ
diff --git a/Misc/NEWS.d/next/Library/2025-02-09-17-47-01.gh-issue-129583.-130Ys.rst b/Misc/NEWS.d/next/Library/2025-02-09-17-47-01.gh-issue-129583.-130Ys.rst
new file mode 100644 (file)
index 0000000..9f24a83
--- /dev/null
@@ -0,0 +1 @@
+Update bundled pip to 25.0.1