From 7fedf2f001bc849d850e329ef290a5f8ff7d986c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 23:18:30 +0000 Subject: [PATCH] Bump future from 0.15.2 to 1.0.0 in /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] --- bundle/YouCompleteMe/python/test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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