From 51d3cade78d43a1eb26c59d337e7dac3dcd07935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:35:14 +0000 Subject: [PATCH] Bump flask from 2.0.1 to 2.2.5 in /nginx-flask-mysql/backend Bumps [flask](https://github.com/pallets/flask) from 2.0.1 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/2.0.1...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nginx-flask-mysql/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 nginx-flask-mysql/backend/requirements.txt diff --git a/nginx-flask-mysql/backend/requirements.txt b/nginx-flask-mysql/backend/requirements.txt old mode 100755 new mode 100644 index 924a5fd..971d2f5 --- a/nginx-flask-mysql/backend/requirements.txt +++ b/nginx-flask-mysql/backend/requirements.txt @@ -1,2 +1,2 @@ -Flask==2.0.1 +Flask==2.2.5 mysql-connector==2.2.9