From 4cde52903450ae2e04467f696bc85d0de09c649b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 20:26:34 +0000 Subject: [PATCH] Bump flask from 1.0.2 to 2.3.2 in /cpmg3/app/www Bumps [flask](https://github.com/pallets/flask) from 1.0.2 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...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cpmg3/app/www/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpmg3/app/www/requirements.txt b/cpmg3/app/www/requirements.txt index 73d4d45..43add14 100644 --- a/cpmg3/app/www/requirements.txt +++ b/cpmg3/app/www/requirements.txt @@ -1,4 +1,4 @@ -Flask==1.0.2 +Flask==2.3.2 jsonify==0.5 requests==2.20.0 Werkzeug==0.16.0