Skip to content
Snippets Groups Projects
Unverified Commit 5a8e968c authored by Ned Deily's avatar Ned Deily Committed by GitHub
Browse files

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


(cherry picked from commit d87f1b78)

Co-authored-by: default avatarPradyun Gedam <pgedam@bloomberg.net>
parent f656bc1c
Branches
Tags
No related merge requests found
......@@ -7,15 +7,12 @@
__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "47.1.0"
_PIP_VERSION = "20.1.1"
_PIP_VERSION = "22.0.4"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py2.py3"),
("pip", _PIP_VERSION, "py3"),
]
......
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
Upgrade pip wheel bundled with ensurepip (pip 22.0.4)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment