Skip to content

Commit 738ac00

Browse files
authored
Upgrade bundled pip and setuptools (#27625)
pip is now 21.2.3 setuptools is now 57.4.0
1 parent 55fa87b commit 738ac00

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
@@ -10,8 +10,8 @@
1010

1111
__all__ = ["version", "bootstrap"]
1212
_PACKAGE_NAMES = ('setuptools', 'pip')
13-
_SETUPTOOLS_VERSION = "56.0.0"
14-
_PIP_VERSION = "21.1.3"
13+
_SETUPTOOLS_VERSION = "57.4.0"
14+
_PIP_VERSION = "21.2.3"
1515
_PROJECTS = [
1616
("setuptools", _SETUPTOOLS_VERSION, "py3"),
1717
("pip", _PIP_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)