8000 bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25… · python/cpython@1969835 · GitHub
[go: up one dir, main page]

Skip to content 65FA

Commit 1969835

Browse files
authored
bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25576)
Update bundled pip to 21.1 and setuptools to 56.0.0
1 parent c6ca368 commit 1969835

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
@@ -11,8 +11,8 @@
1111

1212
__all__ = ["version", "bootstrap"]
1313
_PACKAGE_NAMES = ('setuptools', 'pip')
14-
_SETUPTOOLS_VERSION = "52.0.0"
15-
_PIP_VERSION = "21.0.1"
14+
_SETUPTOOLS_VERSION = "56.0.0"
15+
_PIP_VERSION = "21.1"
1616
_PROJECTS = [
1717
("setuptools", _SETUPTOOLS_VERSION, "py3"),
1818
("pip", _PIP_VERSION, "py3"),
Binary file not shown.
1.48 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
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)
0