From 535c0396e106739257f25582eaaf260022adbc8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 20:12:47 +0000 Subject: [PATCH] Bump flask from 0.12.3 to 2.3.2 in /data/dialogflow/fulfilment Bumps [flask](https://github.com/pallets/flask) from 0.12.3 to 2.3.2. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/0.12.3...2.3.2) --- updated-dependencies: - dependency-name: flask 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..2cbe52f 100644 --- a/data/dialogflow/fulfilment/requirements.txt +++ b/data/dialogflow/fulfilment/requirements.txt @@ -1,3 +1,3 @@ -Flask==0.12.3 +Flask==2.3.2 future==0.16.0 PyMySQL