From 1882947c484b29b5454ffc9f47b973a4c5df5336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 21:22:07 +0000 Subject: [PATCH] Bump flask from 1.1.1 to 2.3.2 in /cloudFunctions/admin Bumps [flask](https://github.com/pallets/flask) from 1.1.1 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/1.1.1...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cloudFunctions/admin/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudFunctions/admin/requirements.txt b/cloudFunctions/admin/requirements.txt index 9c3cb91..7ed9243 100644 --- a/cloudFunctions/admin/requirements.txt +++ b/cloudFunctions/admin/requirements.txt @@ -1,4 +1,4 @@ -Flask==1.1.1 +Flask==2.3.2 flask_sqlalchemy==2.4.1 html2text==2020.1.16 snownlp==0.12.3