Commit 7f81bb2a authored by Donald Stufft's avatar Donald Stufft Committed by GitHub

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

parent c2b0b12d
...@@ -8,9 +8,9 @@ import tempfile ...@@ -8,9 +8,9 @@ import tempfile
__all__ = ["version", "bootstrap"] __all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "28.8.0" _SETUPTOOLS_VERSION = "38.6.1"
_PIP_VERSION = "9.0.1" _PIP_VERSION = "9.0.2"
_PROJECTS = [ _PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION), ("setuptools", _SETUPTOOLS_VERSION),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment