[3.10] Update vendored pip to 21.1.3 (GH-26912) (gh-26917)

This commit is contained in:
Stéphane Bidoul 2021-06-26 21:58:39 +02:00 committed by GitHub
parent 88970125e7
commit 6cd369c48f
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 = "56.0.0"
_PIP_VERSION = "21.1.1"
_PIP_VERSION = "21.1.3"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),

View file

@ -0,0 +1 @@
Update vendored pip to 21.1.3