0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00

bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25576)

Update bundled pip to 21.1 and setuptools to 56.0.0
This commit is contained in:
Stéphane Bidoul 2021-04-24 18:21:50 +02:00 committed by GitHub
parent c6ca368867
commit 196983563d
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 = "52.0.0"
_PIP_VERSION = "21.0.1"
_SETUPTOOLS_VERSION = "56.0.0"
_PIP_VERSION = "21.1"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),

Binary file not shown.

View File

@ -0,0 +1 @@
Update bundled pip to 21.1 and setuptools to 56.0.0