From b9635b6ab332544d22cda9d5ea9a13fedd03dc04 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 c62882828db28d..08b04468dc08ab 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -12,7 +12,7 @@ __all__ = ["version", "bootstrap"] _PACKAGE_NAMES = ('setuptools', 'pip') _SETUPTOOLS_VERSION = "65.5.0" -_PIP_VERSION = "23.0.1" +_PIP_VERSION = "24.0" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION, "py3"), ("pip", _PIP_VERSION, "py3"),