mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Update vendored pip to 21.1.3 (GH-26912)
This commit is contained in:
parent
ca2009d72a
commit
521ba8892e
3 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ from importlib import resources
|
|||
__all__ = ["version", "bootstrap"]
|
||||
_PACKAGE_NAMES = ('setuptools', 'pip')
|
||||
_SETUPTOOLS_VERSION = "56.0.0"
|
||||
_PIP_VERSION = "21.1.1"
|
||||
_PIP_VERSION = "21.1.3"
|
||||
_PROJECTS = [
|
||||
("setuptools", _SETUPTOOLS_VERSION, "py3"),
|
||||
("pip", _PIP_VERSION, "py3"),
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue