From ad23ba3e419e3bb26ffa87781e0c715cf08c8345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 18:31:59 +0000 Subject: [PATCH] Bump future from 0.16.0 to 0.18.3 in /data/dialogflow/fulfilment 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] --- data/dialogflow/fulfilment/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/dialogflow/fulfilment/requirements.txt b/data/dialogflow/fulfilment/requirements.txt index 5a12d50..b6fdf61 100644 --- a/data/dialogflow/fulfilment/requirements.txt +++ b/data/dialogflow/fulfilment/requirements.txt @@ -1,3 +1,3 @@ Flask==0.12.3 -future==0.16.0 +future==0.18.3 PyMySQL