From 96bd65eec075d0a3490198aad52b2f075828b18b Mon Sep 17 00:00:00 2001 From: Stu Hood Date: Mon, 28 Jan 2019 17:29:04 -0800 Subject: [PATCH] Bump to future==0.17.1 (#7159) ### Problem `future==0.16.0` cannot be resolved in the context of `linux_x86_64-cp-36-cp36m` (see the subtext of #7158), and it seems likely that `future==0.17.1` can be, since its pypi entry claims compatibility with python 3.6. Either way, updating to the most recent version seems win-win. ### Solution Update to `future==0.17.1`. --- 3rdparty/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/python/requirements.txt b/3rdparty/python/requirements.txt index bcebe5c7ac2..ea21b3f58e5 100644 --- a/3rdparty/python/requirements.txt +++ b/3rdparty/python/requirements.txt @@ -8,7 +8,7 @@ coverage>=4.5,<4.6 docutils>=0.12,<0.13 fasteners==0.14.1 faulthandler==2.6 ; python_version<'3' -future==0.16.0 +future==0.17.1 futures==3.0.5 ; python_version<'3' Markdown==2.1.1 mock==2.0.0