From 621fd50b8438fd8baa71e820e76dfa5dfacf3cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 05:38:48 +0000 Subject: [PATCH] Bump flask-cors from 3.0.8 to 4.0.0 in /authn-service Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.8 to 4.0.0. - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/3.0.8...4.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... 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 96f4ca28..55dc9374 100644 --- a/authn-service/requirements.txt +++ b/authn-service/requirements.txt @@ -5,7 +5,7 @@ click==7.1.2 cryptography==2.6.1 entrypoints==0.3 Flask==1.1.2 -Flask-Cors==3.0.8 +Flask-Cors==4.0.0 idna==2.10 django-two-factor-auth==1.12 itsdangerous==1.1.0