summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/ensurepip/__init__.py2
-rw-r--r--Lib/ensurepip/_bundled/pip-24.0-py3-none-any.whlbin2110226 -> 0 bytes
-rw-r--r--Lib/ensurepip/_bundled/pip-24.1.1-py3-none-any.whlbin0 -> 1824282 bytes
-rw-r--r--Misc/NEWS.d/next/Library/2024-06-22-22-52-24.gh-issue-120888.sd8I3N.rst1
4 files changed, 2 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index e8dd253..23fe7a8 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -10,7 +10,7 @@ from shutil import copy2
__all__ = ["version", "bootstrap"]
-_PIP_VERSION = "24.0"
+_PIP_VERSION = "24.1.1"
# Directory of system wheel packages. Some Linux distribution packaging
# policies recommend against bundling dependencies. For example, Fedora
diff --git a/Lib/ensurepip/_bundled/pip-24.0-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-24.0-py3-none-any.whl
deleted file mode 100644
index 2e6aa9d..0000000
--- a/Lib/ensurepip/_bundled/pip-24.0-py3-none-any.whl
+++ /dev/null
Binary files differ
diff --git a/Lib/ensurepip/_bundled/pip-24.1.1-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-24.1.1-py3-none-any.whl
new file mode 100644
index 0000000..e27568e
--- /dev/null
+++ b/Lib/ensurepip/_bundled/pip-24.1.1-py3-none-any.whl
Binary files differ
diff --git a/Misc/NEWS.d/next/Library/2024-06-22-22-52-24.gh-issue-120888.sd8I3N.rst b/Misc/NEWS.d/next/Library/2024-06-22-22-52-24.gh-issue-120888.sd8I3N.rst
new file mode 100644
index 0000000..c733ff5
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-06-22-22-52-24.gh-issue-120888.sd8I3N.rst
@@ -0,0 +1 @@
+Upgrade pip wheel bundled with ensurepip (pip 24.1.1)