Commit 4e907d8f authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by Donald Stufft

Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (GH-6135)

(cherry picked from commit 7f81bb2a)
Co-authored-by: default avatarDonald Stufft <donald@stufft.io>
parent baca85fc
......@@ -12,9 +12,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),
......
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