Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184)

(cherry picked from commit d93b5161af)

Co-authored-by: Donald Stufft <donald@stufft.io>
This commit is contained in:
Miss Islington (bot) 2018-03-21 20:50:50 -07:00 committed by Ned Deily
parent 0330c853d6
commit 3647f85675
3 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ import tempfile
__all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "38.6.1"
_SETUPTOOLS_VERSION = "39.0.1"
_PIP_VERSION = "9.0.2"
_PIP_VERSION = "9.0.3"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION),