diff --git a/.vim/bundle/YouCompleteMe/python/test_requirements.txt b/.vim/bundle/YouCompleteMe/python/test_requirements.txt index 82d6b67..a81e9da 100644 --- a/.vim/bundle/YouCompleteMe/python/test_requirements.txt +++ b/.vim/bundle/YouCompleteMe/python/test_requirements.txt @@ -4,7 +4,7 @@ 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.py 4.4 removed the path from the filename attribute in its reports. # This leads to incorrect coverage from codecov as it relies on this attribute # to find the source file.