From ee0da28829fcae49fc66749b6ec63886bdf1a972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 23:30:21 +0000 Subject: [PATCH] Bump future from 0.18.2 to 1.0.0 Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.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.18.2...v1.0.0) --- updated-dependencies: - dependency-name: future dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e4afd41..2ab379e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ attrs==21.2.0 -future==0.18.2 +future==1.0.0 iniconfig==1.1.1 mando==0.6.4 packaging==21.2 diff --git a/requirements_dev.txt b/requirements_dev.txt index 3c51098..4593e45 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ attrs==21.2.0 colorama==0.4.4 coverage==6.1.1 -future==0.18.2 +future==1.0.0 iniconfig==1.1.1 mando==0.6.4 packaging==21.2