From 7063f7fbf82a45d03f825c248bdea8e591ce3bc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 20:54:32 +0000 Subject: [PATCH] Update flask-cors requirement from >=6.0.2 to >=6.0.5 Updates the requirements on [flask-cors](https://github.com/corydolphin/flask-cors) to permit the latest version. - [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/6.0.2...6.0.5) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 02dba3c..c1549d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ pytest-mock>=3.15.1 # Dashboard flask>=3.1.3 -flask-cors>=6.0.2 +flask-cors>=6.0.5