bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)
* Update pip to 19.0.3 * Update setuptools to 40.8.0
This commit is contained in:
parent
18ee50d5da
commit
01e0f439f5
|
@ -8,9 +8,9 @@ import tempfile
|
|||
__all__ = ["version", "bootstrap"]
|
||||
|
||||
|
||||
_SETUPTOOLS_VERSION = "40.6.2"
|
||||
_SETUPTOOLS_VERSION = "40.8.0"
|
||||
|
||||
_PIP_VERSION = "18.1"
|
||||
_PIP_VERSION = "19.0.3"
|
||||
|
||||
_PROJECTS = [
|
||||
("setuptools", _SETUPTOOLS_VERSION),
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
Update ensurepip to install pip 19.0.3 and setuptools 40.8.0.
|
Loading…
Reference in New Issue