From 7d9bef445a6845f75e19bf15d08c8cc36d599a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 03:58:42 +0000 Subject: [PATCH] pip: bump flask-cors from 3.0.8 to 6.0.1 in /authn-service Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.8 to 6.0.1. - [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...6.0.1) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.1 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 91dfa9c..637eb85 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==6.0.1 idna==2.10 django-two-factor-auth==1.12 itsdangerous==1.1.0