From a8d4b0b6538734d5638ff8171a2130367478e13e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 23:23:22 +0000 Subject: [PATCH] Bump future from 0.17.1 to 1.0.0 Bumps [future](https://github.com/PythonCharmers/python-future) from 0.17.1 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.17.1...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 632f1fa..d74dff5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ click==6.7 configparser==3.8.1 cycler==0.10.0 # via matplotlib -future==0.17.1 +future==1.0.0 kiwisolver==1.1.0 # via matplotlib matplotlib==2.2.4 numpy==1.17.1 # via matplotlib diff --git a/setup.py b/setup.py index 851d84d..8396f1c 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'matplotlib==2.2.4', # Python 2/3 compatibility - 'future==0.17.1', + 'future==1.0.0', 'configparser==3.8.1', ], )