From 23ea5200a150dfc50f9fd9996243f4f25f56611f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 22:12:01 +0000 Subject: [PATCH] Bump flask from 1.1.2 to 3.0.2 Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 3.0.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.2...3.0.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- authn-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authn-service/requirements.txt b/authn-service/requirements.txt index 96f4ca2..7f8bdcd 100644 --- a/authn-service/requirements.txt +++ b/authn-service/requirements.txt @@ -4,7 +4,7 @@ chardet==3.0.4 click==7.1.2 cryptography==2.6.1 entrypoints==0.3 -Flask==1.1.2 +Flask==3.0.2 Flask-Cors==3.0.8 idna==2.10 django-two-factor-auth==1.12