From 31298fb6fe0993bf2969ed2a313d0f7819afeac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 07:00:10 +0000 Subject: [PATCH] Bump future from 0.16.0 to 0.18.3 Bumps [future](https://github.com/PythonCharmers/python-future) from 0.16.0 to 0.18.3. - [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...v0.18.3) --- updated-dependencies: - dependency-name: future 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 077649c..b14262c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ numpy==1.21.5 scipy==1.4.1 scikit-learn==1.0.2 unidecode==1.3.4 -future==0.16.0 +future==0.18.3 joblib==1.1.0 pytz==2018.9 python-dateutil==2.8.2 diff --git a/setup.py b/setup.py index b0ba185..825f873 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ 'scipy==1.4.1', 'scikit-learn==1.0.2', 'unidecode==1.3.4', - 'future==0.16.0', + 'future==0.18.3', 'joblib==1.1.0', 'pytz==2018.9', 'python-dateutil==2.8.2',