From 696e58cfd8aa9b5f98c67d202082ab99fa12638c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 21:22:58 +0000 Subject: [PATCH] Bump flask from 1.1.1 to 2.3.2 Bumps [flask](https://github.com/pallets/flask) from 1.1.1 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.1.1...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-develop.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-develop.txt b/requirements-develop.txt index 9c2f2c3..c80d4e3 100644 --- a/requirements-develop.txt +++ b/requirements-develop.txt @@ -1,4 +1,4 @@ -Flask==1.1.1 +Flask==2.3.2 psycopg2-binary==2.8.4 SQLAlchemy==1.3.15 lima==0.5 diff --git a/requirements.txt b/requirements.txt index a975a26..773b0a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Flask==1.1.1 +Flask==2.3.2 psycopg2-binary==2.8.4 SQLAlchemy==1.3.15 flask-sqlalchemy==2.4.1