mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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:
parent
ac8f72cd3f
commit
7d6a0fe5b8
5 changed files with 3 additions and 2 deletions
|
@ -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.
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