From 14894cbb8f8a6c2fb06cd5885b21deb30ee5072c Mon Sep 17 00:00:00 2001 From: Sean O'Brien Date: Sat, 29 Mar 2025 00:10:43 +0000 Subject: [PATCH] Update pip version to 24.0. --- Lib/ensurepip/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 07065c3cb7da98..5665e5a48982b8 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -12,7 +12,7 @@ __all__ = ["version", "bootstrap"] _SETUPTOOLS_VERSION = "58.1.0" -_PIP_VERSION = "23.0.1" +_PIP_VERSION = "24.0" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION, "py3"), ("pip", _PIP_VERSION, "py3"),