8000 bpo-43077: Update bundled pip to 21.0.1 and setuptools to 52.0.0 (GH-… · adorilson/cpython@d7fc740 · GitHub
Skip to content

Commit d7fc740

Browse files
pfmooreadorilson
authored andcommitted
bpo-43077: Update bundled pip to 21.0.1 and setuptools to 52.0.0 (pythonGH-24386)
Update bundled pip to 21.0.1 and setuptools to 52.0.0
1 parent 8b1b8e7 commit d7fc740

File tree

6 files changed

+4
-3
lines changed

6 files changed

+4
-3
lines changed

Lib/ensurepip/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
__all__ = ["version", "bootstrap"]
1313
_PACKAGE_NAMES = ('setuptools', 'pip')
14-
_SETUPTOOLS_VERSION = "47.1.0"
15-
_PIP_VERSION = "20.2.3"
14+
_SETUPTOOLS_VERSION = "52.0.0"
15+
_PIP_VERSION = "21.0.1"
1616
_PROJECTS = [
1717
("setuptools", _SETUPTOOLS_VERSION, "py3"),
18-
("pip", _PIP_VERSION, "py2.py3"),
18+
("pip", _PIP_VERSION, "py3"),
1919
]
2020

2121
# Packages bundled in ensurepip._bundled have wheel_name set.
Binary file not shown.
Binary file not shown.
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+
Update the bundled pip to 21.0.1 and setuptools to 52.0.0.

0 commit comments

Comments
 (0)
0