From 7786aec71f64ef8048e9bb64884bc1d633e02fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 23:18:23 +0000 Subject: [PATCH] Bump future from 0.14.3 to 1.0.0 Bumps [future](https://github.com/PythonCharmers/python-future) from 0.14.3 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.14.3...v1.0.0) --- updated-dependencies: - dependency-name: future dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index cfe63ea..9ec87b4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ pytest requests>=2.13.0 -future==0.14.3 +future==1.0.0 coveralls==1.1