From f7098a5a5d5e4640f8c6882f18d2cb0a0a0093b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 06:22:59 +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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b7ac616..8639dbe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ mock==1.3.0 nose==1.3.7 voluptuous==0.8.10 Flask==0.10.1 -future==0.16.0 \ No newline at end of file +future==0.18.3 \ No newline at end of file