From 3c5a8a7e433822f7181bf623943942a221cef3d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 08:05:07 +0000 Subject: [PATCH] Bump future from 0.15.2 to 0.18.3 in /source/jormungandr Bumps [future](https://github.com/PythonCharmers/python-future) from 0.15.2 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.15.2...v0.18.3) --- updated-dependencies: - dependency-name: future dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- source/jormungandr/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/jormungandr/requirements.txt b/source/jormungandr/requirements.txt index ea4ba505e1..2bb4a348a4 100644 --- a/source/jormungandr/requirements.txt +++ b/source/jormungandr/requirements.txt @@ -29,7 +29,7 @@ numpy==1.9.0 ; python_version < "3.9" numpy==1.22.0 ; python_version >= "3.9" pybreaker==0.2.3 requests==2.25.1 -future==0.15.2 +future==0.18.3 zeep==1.1.0 gevent==1.3.7 ; python_version < "3.9" gevent==21.8.0 ; python_version >= "3.9"