Skip to content

Commit

Permalink
bpo-43993: Update vendored pip to 21.1.1 (GH-25761)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed May 1, 2021
1 parent 99f71ae commit bf99b71
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 = "56.0.0"
_PIP_VERSION = "21.1"
_PIP_VERSION = "21.1.1"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),
Expand Down
Binary file not shown.
@@ -0,0 +1 @@
Update bundled pip to 21.1.1.

0 comments on commit bf99b71

Please sign in to comment.