Commit 4845aa6e authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by Donald Stufft

Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598)

(cherry picked from commit 8b9c33ea)
Co-authored-by: default avatarDonald Stufft <donald@stufft.io>
parent e45fa739
......@@ -12,9 +12,9 @@ import tempfile
__all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "39.0.1"
_SETUPTOOLS_VERSION = "40.6.2"
_PIP_VERSION = "10.0.1"
_PIP_VERSION = "18.1"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION),
......
Update ensurepip to install pip 18.1 and setuptools 40.6.2.
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