Skip to content
Snippets Groups Projects
Unverified Commit 227a1973 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

gh-95194: upgrade bundled pip to 22.2 (gh-95195)



upgrade bundled pip to 22.2
(cherry picked from commit 068ffafa)

Co-authored-by: default avatarStéphane Bidoul <stephane.bidoul@gmail.com>
parent 4a682b4f
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
__all__ = ["version", "bootstrap"] __all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip') _PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "58.1.0" _SETUPTOOLS_VERSION = "58.1.0"
_PIP_VERSION = "22.0.4" _PIP_VERSION = "22.2"
_PROJECTS = [ _PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"), ("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"), ("pip", _PIP_VERSION, "py3"),
......
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
Upgrade bundled pip to 22.2.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment