Update pip to 9.0.2 and setuptools to 38.6.1 (#6133)

This commit is contained in:
Donald Stufft 2018-03-17 11:13:48 -04:00 committed by GitHub
parent c2b0b12d1a
commit 7f81bb2add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

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