From 0eba21452d5d7d6ba6f7205da3c7887b78a65774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 23:51:24 +0000 Subject: [PATCH] Bump flask from 1.1.1 to 2.2.5 in /audino/backend Bumps [flask](https://github.com/pallets/flask) from 1.1.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/1.1.1...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- audino/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audino/backend/requirements.txt b/audino/backend/requirements.txt index 1de806d..1ce6952 100644 --- a/audino/backend/requirements.txt +++ b/audino/backend/requirements.txt @@ -1,5 +1,5 @@ alembic==1.2.1 -Flask==1.1.1 +Flask==2.2.5 Flask-Login==0.4.1 Flask-Migrate==2.5.2 Flask-SQLAlchemy==2.4.1