Commit 1ce4e5be authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by Donald Stufft

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

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