Skip to content

Commit 6034c4a

Browse files
authored
[3.8] bpo-43993: Update vendored pip to 21.1.1 (GH-25761). (GH-25783)
1 parent 606bb1c commit 6034c4a

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
@@ -11,7 +11,7 @@
1111

1212
_SETUPTOOLS_VERSION = "56.0.0"
1313

14-
_PIP_VERSION = "21.1"
14+
_PIP_VERSION = "21.1.1"
1515

1616
_PROJECTS = [
1717
("setuptools", _SETUPTOOLS_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)