Commit 5380def8 authored by Pradyun Gedam's avatar Pradyun Gedam Committed by Steve Dower

bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934)

parent a3697db0
...@@ -8,9 +8,9 @@ import tempfile ...@@ -8,9 +8,9 @@ import tempfile
__all__ = ["version", "bootstrap"] __all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "40.8.0" _SETUPTOOLS_VERSION = "41.0.1"
_PIP_VERSION = "19.0.3" _PIP_VERSION = "19.2.1"
_PROJECTS = [ _PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION), ("setuptools", _SETUPTOOLS_VERSION),
......
Update wheels bundled with ensurepip (pip 19.2.1 and setuptools 41.0.1)
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