mirror of https://github.com/python/cpython.git
gh-95609: update bundled pip to 22.2.2 (gh-95610)
This commit is contained in:
parent
ac3bf6155f
commit
3d9d45b22c
|
@ -11,7 +11,7 @@
|
|||
__all__ = ["version", "bootstrap"]
|
||||
_PACKAGE_NAMES = ('setuptools', 'pip')
|
||||
_SETUPTOOLS_VERSION = "63.2.0"
|
||||
_PIP_VERSION = "22.2.1"
|
||||
_PIP_VERSION = "22.2.2"
|
||||
_PROJECTS = [
|
||||
("setuptools", _SETUPTOOLS_VERSION, "py3"),
|
||||
("pip", _PIP_VERSION, "py3"),
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
Update bundled pip to 22.2.2.
|
Loading…
Reference in New Issue