mirror of https://github.com/python/cpython
gh-99134: Update bundled pip to 22.3.1 (gh-99135)
Update bundled pip to 22.3.1
This commit is contained in:
parent
317acb8038
commit
47ab8480e7
|
@ -11,7 +11,7 @@ from importlib import resources
|
|||
__all__ = ["version", "bootstrap"]
|
||||
_PACKAGE_NAMES = ('setuptools', 'pip')
|
||||
_SETUPTOOLS_VERSION = "65.5.0"
|
||||
_PIP_VERSION = "22.3"
|
||||
_PIP_VERSION = "22.3.1"
|
||||
_PROJECTS = [
|
||||
("setuptools", _SETUPTOOLS_VERSION, "py3"),
|
||||
("pip", _PIP_VERSION, "py3"),
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
Update the bundled copy of pip to version 22.3.1.
|
Loading…
Reference in New Issue