diff --git a/bundle/YouCompleteMe/python/test_requirements.txt b/bundle/YouCompleteMe/python/test_requirements.txt index 14316da..e3778ad 100644 --- a/bundle/YouCompleteMe/python/test_requirements.txt +++ b/bundle/YouCompleteMe/python/test_requirements.txt @@ -6,6 +6,6 @@ nose >= 1.3.7 PyHamcrest >= 1.8.0 # This needs to be kept in sync with submodule checkout in # third_party/ycmd/third_party -future == 0.15.2 +future == 1.0.0 coverage >= 4.2 codecov >= 2.0.5