Skip to content

Commit d962b00

Browse files
authored
[3.9] bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25578)
(cherry picked from commit 1969835)
1 parent 52e9031 commit d962b00

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Lib/ensurepip/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
__all__ = ["version", "bootstrap"]
1414

1515

16-
_SETUPTOOLS_VERSION = "49.2.1"
16+
_SETUPTOOLS_VERSION = "56.0.0"
1717

18-
_PIP_VERSION = "20.2.3"
18+
_PIP_VERSION = "21.1"
1919

2020
_PROJECTS = [
2121
("setuptools", _SETUPTOOLS_VERSION, "py3"),
22-
("pip", _PIP_VERSION, "py2.py3"),
22+
("pip", _PIP_VERSION, "py3"),
2323
]
2424

2525

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update bundled pip to 21.1 and setuptools to 56.0.0

0 commit comments

Comments
 (0)