mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
gh-95194: upgrade bundled pip to 22.2 (gh-95195)
upgrade bundled pip to 22.2
This commit is contained in:
parent
8184f0fce3
commit
068ffafa54
@ -11,7 +11,7 @@ from importlib import resources
|
||||
__all__ = ["version", "bootstrap"]
|
||||
_PACKAGE_NAMES = ('setuptools', 'pip')
|
||||
_SETUPTOOLS_VERSION = "58.1.0"
|
||||
_PIP_VERSION = "22.0.4"
|
||||
_PIP_VERSION = "22.2"
|
||||
_PROJECTS = [
|
||||
("setuptools", _SETUPTOOLS_VERSION, "py3"),
|
||||
("pip", _PIP_VERSION, "py3"),
|
||||
|
Binary file not shown.
BIN
Lib/ensurepip/_bundled/pip-22.2-py3-none-any.whl
Normal file
BIN
Lib/ensurepip/_bundled/pip-22.2-py3-none-any.whl
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
||||
Upgrade bundled pip to 22.2.
|
Loading…
Reference in New Issue
Block a user