From 3c94d3395edbcd299cbdacd09660ed88e654eeef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sun, 24 Jul 2022 13:01:03 +0200 Subject: gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200) --- Lib/ensurepip/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/ensurepip/__init__.py') diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index c4d116ea12..d88387398e 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -10,7 +10,7 @@ from importlib import resources __all__ = ["version", "bootstrap"] _PACKAGE_NAMES = ('setuptools', 'pip') -_SETUPTOOLS_VERSION = "58.1.0" +_SETUPTOOLS_VERSION = "63.2.0" _PIP_VERSION = "22.2" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION, "py3"), -- cgit v1.2.1