Skip to content

Commit fe272b7

Browse files
authored
[3.9] Update vendored pip to 21.1.3 (GH-26912). (GH-26915)
1 parent 0796e21 commit fe272b7

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
@@ -15,7 +15,7 @@
1515

1616
_SETUPTOOLS_VERSION = "56.0.0"
1717

18-
_PIP_VERSION = "21.1.1"
18+
_PIP_VERSION = "21.1.3"
1919

2020
_PROJECTS = [
2121
("setuptools", _SETUPTOOLS_VERSION, "py3"),
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update vendored pip to 21.1.3

0 commit comments

Comments
 (0)