From b3fb126acd63092e16a0cd4381d3b4754a8483cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 05:23:05 +0000 Subject: [PATCH] Bump future from 0.18.2 to 0.18.3 Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.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.18.2...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 455d0970..d8c46800 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ coveralls==1.11.1; python_version <= '3.5' coveralls==3.3.1; python_version > '3.5' flake8<3.7 flake8-per-file-ignores==0.8.1 -future==0.18.2 +future==0.18.3 graphene==3.1.1 promise==2.3 mongoengine==0.19.1; python_version <= '3.5'