From 492e578cfd01e7d0d7cc2dcb3d49fe67e9b5c007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 20:15:04 +0000 Subject: [PATCH] Bump flask from 1.0 to 2.3.2 in /3gm Bumps [flask](https://github.com/pallets/flask) from 1.0 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.0...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 3gm/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3gm/requirements.txt b/3gm/requirements.txt index 54a3042..cc8c484 100644 --- a/3gm/requirements.txt +++ b/3gm/requirements.txt @@ -1,4 +1,4 @@ -flask==1.0 +flask==2.3.2 Flask_RESTful==0.3.6 pytest==3.3.1 Markdown==2.6.11