Skip to content

Commit 26539ce

Browse files
authored
[3.9] Upgrade bundled pip and setuptools (GH-27625) (GH-27658)
pip is now 21.2.3 setuptools is now 57.4.0. (cherry picked from commit 738ac00) Co-authored-by: Tzu-ping Chung <[email protected]>
1 parent 037ef8d commit 26539ce

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

Lib/ensurepip/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
__all__ = ["version", "bootstrap"]
1414

1515

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

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

2020
_PROJECTS = [
2121
("setuptools", _SETUPTOOLS_VERSION, "py3"),
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade bundled pip to 21.2.3 and setuptools to 57.4.0

0 commit comments

Comments
 (0)