]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-129583: update bundled pip to 25.0.1 (GH-129909) (#129946)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 10 Feb 2025 12:03:40 +0000 (13:03 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2025 12:03:40 +0000 (14:03 +0200)
Co-authored-by: Stéphane Bidoul <stephane.bidoul@gmail.com>
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 df0685b19896818ee924f0808bb8d727fadb54aa..fc5cadeb0a28a0441abe3d69c691156c21162783 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