mirror of https://github.com/python/cpython
gh-103559: Update bundled pip version to 23.1.1 (gh-103560)
* Update bundled pip version to 23.1 * Update to pip 23.1.1
This commit is contained in:
parent
6b58d419a1
commit
b2862950dc
|
@ -10,7 +10,7 @@ from importlib import resources
|
|||
|
||||
__all__ = ["version", "bootstrap"]
|
||||
_PACKAGE_NAMES = ('pip',)
|
||||
_PIP_VERSION = "23.0.1"
|
||||
_PIP_VERSION = "23.1.1"
|
||||
_PROJECTS = [
|
||||
("pip", _PIP_VERSION, "py3"),
|
||||
]
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
Update the bundled copy of pip to version 23.1.1.
|
Loading…
Reference in New Issue