bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31855)

(cherry picked from commit c99ac3c364)

Co-authored-by: Pradyun Gedam <pgedam@bloomberg.net>
This commit is contained in:
Ned Deily 2022-03-13 16:02:10 -04:00 committed by GitHub
parent 4f340b0739
commit bda64b3c0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 1 deletions

View file

@ -11,7 +11,8 @@ from . import _bundled
__all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "58.1.0"
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "60.9.3"
_PIP_VERSION = "22.0.4"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),

View file

@ -0,0 +1 @@
Upgrade setuptools wheel bundled with ensurepip (setuptools 60.9.3)