gh-112516: Update bundled pip version to 23.3.1 (gh-112517)

This commit is contained in:
Thomas Bininda 2023-12-04 18:27:57 +01:00 committed by GitHub
parent e08b70fab1
commit 1e4680ce52
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.2.1"
_PIP_VERSION = "23.3.1"
_PROJECTS = [
("pip", _PIP_VERSION, "py3"),
]

View File

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