Upgrade bundled pip and setuptools (#27625)

pip is now 21.2.3
setuptools is now 57.4.0
This commit is contained in:
Tzu-ping Chung 2021-08-07 02:22:48 +08:00 committed by GitHub
parent 55fa87b1ef
commit 738ac00a08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 2 deletions

View file

@ -10,8 +10,8 @@ from importlib import resources
__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "56.0.0"
_PIP_VERSION = "21.1.3"
_SETUPTOOLS_VERSION = "57.4.0"
_PIP_VERSION = "21.2.3"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),