[3.11] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98400)

This commit is contained in:
Miss Islington (bot) 2022-10-18 08:36:42 -07:00 committed by Pablo Galindo
parent 715b67782e
commit c95433573a
No known key found for this signature in database
GPG key ID: FFE87404168BD847
4 changed files with 3 additions and 2 deletions

View file

@ -10,8 +10,8 @@ from importlib import resources
__all__ = ["version", "bootstrap"] __all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip') _PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "63.2.0" _SETUPTOOLS_VERSION = "65.5.0"
_PIP_VERSION = "22.2.2" _PIP_VERSION = "22.3"
_PROJECTS = [ _PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"), ("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"), ("pip", _PIP_VERSION, "py3"),

View file

@ -0,0 +1 @@
Update the bundled copies of pip and setuptools to versions 22.3 and 65.5.0 respectively.