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:
parent
c6ca368867
commit
196983563d
@ -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.
BIN
Lib/ensurepip/_bundled/pip-21.1-py3-none-any.whl
Normal file
BIN
Lib/ensurepip/_bundled/pip-21.1-py3-none-any.whl
Normal file
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
||||
Update bundled pip to 21.1 and setuptools to 56.0.0
|
Loading…
Reference in New Issue
Block a user