From 5c260aec6ed84174cdcbbcbfee84be0bd3b661d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 23:18:19 +0000 Subject: [PATCH] Bump future from 0.15.2 to 1.0.0 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1c1faa0..a3bd010 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ python-dateutil==2.4.2 -future==0.15.2 \ No newline at end of file +future==1.0.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 306dd49..5d184be 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,6 @@ ], install_requires = [ 'python-dateutil==2.4.2', - 'future==0.15.2' + 'future==1.0.0' ] )