From 6388e56e47e40fee74023b8d70c8ccb9bb2e80b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 23:25:38 +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 edcf61cc8c..bace5006dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ drf-nested-routers==0.91 drf-yasg==1.17.1 factory-boy==2.12.0 Faker==3.0.0 -future==0.17.1 +future==1.0.0 gspread==3.6.0 humanize==0.5.1 idna==2.8 diff --git a/setup.py b/setup.py index bea2699fa2..4f2042c69a 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'django-sslserver==0.20', 'django-su==0.8.0', 'doi2bib==0.3.0', - 'future==0.17.1', + 'future==1.0.0', 'humanize==0.5.1', 'idna==2.8', 'pyparsing==2.3.1',