Skip to content

Commit af1e06c

Browse files
authored
[3.9] bpo-43993: Update vendored pip to 21.1.1 (GH-25761). (GH-25782)
1 parent e48405a commit af1e06c

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Lib/ensurepip/__init__.py

+1-1
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"
18+
_PIP_VERSION = "21.1.1"
1919

2020
_PROJECTS = [
2121
("setuptools", _SETUPTOOLS_VERSION, "py3"),
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update bundled pip to 21.1.1.

0 commit comments

Comments
 (0)