8000 bpo-43077: Update bundled pip to 21.0.1 and setuptools to 52.0.0 (GH-… · python/cpython@4d11ecb · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d11ecb

Browse files
authored
bpo-43077: Update bundled pip to 21.0.1 and setuptools to 52.0.0 (GH-24386)
Update bundled pip to 21.0.1 and setuptools to 52.0.0
1 parent 86e322f commit 4d11ecb

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