[3.10] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102241)

(cherry picked from commit 89d9ff0f48)
This commit is contained in:
Pradyun Gedam 2023-03-28 09:57:55 +01:00 committed by GitHub
parent b5bf6c1b22
commit 3288923b7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,7 @@ from importlib import resources
__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "65.5.0"
_PIP_VERSION = "22.3.1"
_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)