Upgrade pip to 18.1 and setuptools to 40.6.2 (#10598)

This commit is contained in:
Donald Stufft 2018-11-19 07:41:52 -05:00 committed by GitHub
parent 062a57bf4b
commit 8b9c33ea9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 2 deletions

View file

@ -8,9 +8,9 @@
__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),

Binary file not shown.

View file

@ -0,0 +1 @@
Update ensurepip to install pip 18.1 and setuptools 40.6.2.