Skip to content

Commit 6cd369c

Browse files
authored
[3.10] Update vendored pip to 21.1.3 (GH-26912) (gh-26917)
1 parent 8897012 commit 6cd369c

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
@@ -12,7 +12,7 @@
1212
__all__ = ["version", "bootstrap"]
1313
_PACKAGE_NAMES = ('setuptools', 'pip')
1414
_SETUPTOOLS_VERSION = "56.0.0"
15-
_PIP_VERSION = "21.1.1"
15+
_PIP_VERSION = "21.1.3"
1616
_PROJECTS = [
1717
("setuptools", _SETUPTOOLS_VERSION, "py3"),
1818
("pip", _PIP_VERSION, "py3"),
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update vendored pip to 21.1.3

0 commit comments

Comments
 (0)