Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598)
(cherry picked from commit 8b9c33ea9c
)
Co-authored-by: Donald Stufft <donald@stufft.io>
This commit is contained in:
parent
e45fa7393b
commit
4845aa6ef8
|
@ -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),
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
Update ensurepip to install pip 18.1 and setuptools 40.6.2.
|
Loading…
Reference in New Issue