[3.11] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135396)

This commit is contained in:
Łukasz Langa 2025-06-11 17:57:25 +02:00 committed by GitHub
parent c79b99d1a4
commit c96ab19ae4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from importlib import resources
__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "65.5.0"
_SETUPTOOLS_VERSION = "79.0.1"
_PIP_VERSION = "24.0"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),

View File

@ -0,0 +1 @@
Update the bundled copy of setuptools to 79.0.1.