Skip to content

Commit

Permalink
Bump to future==0.17.1 (#7159)
Browse files Browse the repository at this point in the history
### 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`.
  • Loading branch information
Stu Hood authored Jan 29, 2019
1 parent 60fc885 commit 96bd65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96bd65e

Please sign in to comment.