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:
Paul Moore 2023-04-22 12:19:23 +01:00 committed by GitHub
parent 6b58d419a1
commit b2862950dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View File

@ -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"),
]

View File

@ -0,0 +1 @@
Update the bundled copy of pip to version 23.1.1.