8000 Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598) · python/cpython@4845aa6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4845aa6

Browse files
Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598)
(cherry picked from commit 8b9c33e) Co-authored-by: Donald Stufft <donald@stufft.io>
1 parent e45fa73 commit 4845aa6

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
@@ -12,9 +12,9 @@
1212
__all__ = ["version", "bootstrap"]
1313

1414

15-
_SETUPTOOLS_VERSION = "39.0.1"
15+
_SETUPTOOLS_VERSION = "40.6.2"
1616

17-
_PIP_VERSION = "10.0.1"
17+
_PIP_VERSION = "18.1"
1818

1919
_PROJECTS = [
2020
("setuptools", _SETUPTOOLS_VERSION),
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 ensurepip to install pip 18.1 and setuptools 40.6.2.

0 commit comments

Comments
 (0)
0