mirror of https://github.com/python/cpython
gh-98331: Update bundled pip to 22.3 (#98332)
This commit is contained in:
parent
2eb503e4dd
commit
9da5215000
|
@ -10,8 +10,8 @@ from importlib import resources
|
|||
|
||||
__all__ = ["version", "bootstrap"]
|
||||
_PACKAGE_NAMES = ('setuptools', 'pip')
|
||||
_SETUPTOOLS_VERSION = "63.2.0"
|
||||
_PIP_VERSION = "22.2.2"
|
||||
_SETUPTOOLS_VERSION = "65.5.0"
|
||||
_PIP_VERSION = "22.3"
|
||||
_PROJECTS = [
|
||||
("setuptools", _SETUPTOOLS_VERSION, "py3"),
|
||||
("pip", _PIP_VERSION, "py3"),
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
Update the bundled copies of pip and setuptools to versions 22.3 and 65.5.0 respectively.
|
Loading…
Reference in New Issue