Upgrade bundled pip and setuptools (GH-27625)

pip is now 21.2.3
setuptools is now 57.4.0
(cherry picked from commit 738ac00a08)

Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
This commit is contained in:
Miss Islington (bot) 2021-08-07 09:38:40 -07:00 committed by GitHub
parent ac8f72cd3f
commit 7d6a0fe5b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 2 deletions

View file

@ -11,8 +11,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"),

Binary file not shown.

View file

@ -0,0 +1 @@
Upgrade bundled pip to 21.2.3 and setuptools to 57.4.0