gh-101997: Update bundled pip version to 23.0.1 (#101998)

This commit is contained in:
Pradyun Gedam 2023-02-25 12:00:12 +00:00 committed by GitHub
parent b7c1126447
commit 89d9ff0f48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,7 @@ from importlib import resources
__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "65.5.0"
_PIP_VERSION = "23.0"
_PIP_VERSION = "23.0.1"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),

View file

@ -0,0 +1 @@
Upgrade pip wheel bundled with ensurepip (pip 23.0.1)