Skip to content

Commit

Permalink
gh-95609: update bundled pip to 22.2.2 (gh-95610)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3d9d45b)

Co-authored-by: Stéphane Bidoul <stephane.bidoul@gmail.com>
  • Loading branch information
miss-islington and sbidoul committed Aug 3, 2022
1 parent 7c5f13f commit 72e4afd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/ensurepip/__init__.py
Expand Up @@ -12,7 +12,7 @@
__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "63.2.0"
_PIP_VERSION = "22.2.1"
_PIP_VERSION = "22.2.2"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),
Expand Down
Binary file not shown.
@@ -0,0 +1 @@
Update bundled pip to 22.2.2.

0 comments on commit 72e4afd

Please sign in to comment.