gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200)

This commit is contained in:
Stéphane Bidoul 2022-07-24 13:01:03 +02:00 committed by GitHub
parent 068ffafa54
commit 3c94d3395e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,7 @@
__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"),

View file

@ -0,0 +1 @@
Upgrade bundled setuptools to 63.2.0.