From 3900d1ef2a57f0108418806d9aea37398ebc131b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 23:19:16 +0000 Subject: [PATCH] Bump future from 0.16.0 to 1.0.0 in /.ci Bumps [future](https://github.com/PythonCharmers/python-future) from 0.16.0 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.16.0...v1.0.0) --- updated-dependencies: - dependency-name: future dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/requirements.txt b/.ci/requirements.txt index b028a6a98..a92349f94 100644 --- a/.ci/requirements.txt +++ b/.ci/requirements.txt @@ -1,6 +1,6 @@ coverage==4.2 flake8==3.2.1 -future==0.16.0 +future==1.0.0 mock==2.0.0 nose==1.3.7 pyflakes==1.3.0