Skip to content

Commit 1374459

Browse files
ambvillia-v
andauthored
[3.9] bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684) (GH-28747)
(cherry picked from commit 4c8d543) Co-authored-by: Illia Volochii <[email protected]>
1 parent 92450f2 commit 1374459

File tree

5 files changed

+3
-6
lines changed

5 files changed

+3
-6
lines changed

Lib/ensurepip/__init__.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@
1111

1212

1313
__all__ = ["version", "bootstrap"]
14-
15-
16-
_SETUPTOOLS_VERSION = "57.4.0"
17-
18-
_PIP_VERSION = "21.2.3"
19-
14+
_SETUPTOOLS_VERSION = "58.1.0"
15+
_PIP_VERSION = "21.2.4"
2016
_PROJECTS = [
2117
("setuptools", _SETUPTOOLS_VERSION, "py3"),
2218
("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+
Update bundled pip to 21.2.4 and setuptools to 58.1.0

0 commit comments

Comments
 (0)