From 6afad52b98b163264475636b4663c4f98e936e9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 23:27:07 +0000 Subject: [PATCH] Update flask-cors requirement from ~=5.0.1 to ~=6.0.1 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/5.0.1...6.0.1) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.1 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 3c52fa0..7de7d47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ flask~=3.1.2 -flask_cors~=5.0.1 +flask_cors~=6.0.1 requests==2.32.5 PyShExC~=0.9.1 chardet~=5.2.0