bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819)

This commit is contained in:
Pradyun Gedam 2022-03-13 18:14:20 +00:00 committed by GitHub
parent 9f04ee569c
commit d87f1b787e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,7 @@
__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "58.1.0"
_PIP_VERSION = "21.2.4"
_PIP_VERSION = "22.0.4"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),

Binary file not shown.

View file

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