From 1e101f49da88de26a472082d5fc95f7b0578caef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 08:45:30 +0000 Subject: [PATCH] [Dep][pip] Bump future from 0.18.3 to 1.0.0 Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.3 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.3...v1.0.0) --- updated-dependencies: - dependency-name: future dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 55bdba3..36b2663 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ "arrow==1.*", "cassandra-driver>=3.29.0", "click==8.1.7", - "future==0.18.3", + "future==1.0.0", "python-dateutil==2.8.*", "PyYAML>=6,<7", "six==1.*",