From ed3948a730f053586a54f6a7744a71a3e6484c40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 17:13:45 +0000 Subject: [PATCH] Bump flask from 1.1.2 to 2.2.5 in /rest Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 2.2.5. - [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.2...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest/requirements.txt b/rest/requirements.txt index 1f58b4b..1831efc 100644 --- a/rest/requirements.txt +++ b/rest/requirements.txt @@ -9,7 +9,7 @@ click==7.1.2 contextlib2==0.6.0.post1 distlib==0.3.1 filelock==3.0.12 -Flask==1.1.2 +Flask==2.2.5 Flask-Compress==1.7.0 Flask-Cors==3.0.9 Flask-SQLAlchemy==2.4.4