mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Upgrade bundled pip and setuptools (#27625)
pip is now 21.2.3 setuptools is now 57.4.0
This commit is contained in:
parent
55fa87b1ef
commit
738ac00a08
5 changed files with 3 additions and 2 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Binary file not shown.
BIN
Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whl
Normal file
BIN
Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whl
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
Upgrade bundled pip to 21.2.3 and setuptools to 57.4.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue