From fafbc70c73b6b127350a8df773e3a6942c46587b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 23:18:24 +0000 Subject: [PATCH] Bump future from 0.15.2 to 1.0.0 in /.vim/bundle/YouCompleteMe/python Bumps [future](https://github.com/PythonCharmers/python-future) from 0.15.2 to 1.0.0. - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](https://github.com/PythonCharmers/python-future/compare/v0.15.2...v1.0.0) --- updated-dependencies: - dependency-name: future dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .vim/bundle/YouCompleteMe/python/test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/bundle/YouCompleteMe/python/test_requirements.txt b/.vim/bundle/YouCompleteMe/python/test_requirements.txt index 266aad2..3db33c6 100644 --- a/.vim/bundle/YouCompleteMe/python/test_requirements.txt +++ b/.vim/bundle/YouCompleteMe/python/test_requirements.txt @@ -6,7 +6,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.