From 00c8ed2050491918ad005f861536711d3fbbc729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 20:14:55 +0000 Subject: [PATCH] Bump flask from 1.0 to 2.3.2 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] --- backend/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d422567..5cf5290 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ backports.ssl-match-hostname==3.5.0.1 click==6.6 docker-pycreds==0.2.1 -Flask==1.0 +Flask==2.3.2 ipaddress==1.0.17 itsdangerous==0.24 Jinja2>=2.10.1 diff --git a/requirements.txt b/requirements.txt index e172681..2003cbb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ backports.ssl-match-hostname==3.5.0.1 click==6.6 docker-pycreds==0.2.1 -Flask==1.0 +Flask==2.3.2 ipaddress==1.0.17 itsdangerous==0.24 Jinja2>=2.10.1