Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598)

(cherry picked from commit 8b9c33ea9c)

Co-authored-by: Donald Stufft <donald@stufft.io>
This commit is contained in:
Miss Islington (bot) 2018-11-19 05:07:58 -08:00 committed by Donald Stufft
parent e45fa7393b
commit 4845aa6ef8
5 changed files with 3 additions and 2 deletions

View File

@ -12,9 +12,9 @@ import tempfile
__all__ = ["version", "bootstrap"] __all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "39.0.1" _SETUPTOOLS_VERSION = "40.6.2"
_PIP_VERSION = "10.0.1" _PIP_VERSION = "18.1"
_PROJECTS = [ _PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION), ("setuptools", _SETUPTOOLS_VERSION),

Binary file not shown.

View File

@ -0,0 +1 @@
Update ensurepip to install pip 18.1 and setuptools 40.6.2.