From 166907228a14cac1022abb08abbe67590c4ee257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 23:20:24 +0000 Subject: [PATCH] Bump future from 0.16.0 to 1.0.0 Bumps [future](https://github.com/PythonCharmers/python-future) from 0.16.0 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.16.0...v1.0.0) --- updated-dependencies: - dependency-name: future dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1376d41..d94a5b0 100644 --- a/setup.py +++ b/setup.py @@ -10,5 +10,5 @@ "ote_utils.netconfutils", "ote_utils.utils", ], - install_requires=["future==0.16.0"], + install_requires=["future==1.0.0"], )