Skip to content

Commit bf99b71

Browse files
authored
bpo-43993: Update vendored pip to 21.1.1 (GH-25761)
1 parent 99f71ae commit bf99b71

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Lib/ensurepip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__all__ = ["version", "bootstrap"]
1313
_PACKAGE_NAMES = ('setuptools', 'pip')
1414
_SETUPTOOLS_VERSION = "56.0.0"
15-
_PIP_VERSION = "21.1"
15+
_PIP_VERSION = "21.1.1"
1616
_PROJECTS = [
1717
("setuptools", _SETUPTOOLS_VERSION, "py3"),
1818
("pip", _PIP_VERSION, "py3"),
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update bundled pip to 21.1.1.

0 commit comments

Comments
 (0)