From fc4c1e0d3fb6afcf3a2a8f7c6689224360aa6ee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 01:28:33 +0000 Subject: [PATCH] Update flask-cors requirement from ~=6.0.1 to ~=6.0.2 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.1...6.0.2) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.2 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 7de7d47..ae50f57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ flask~=3.1.2 -flask_cors~=6.0.1 +flask_cors~=6.0.2 requests==2.32.5 PyShExC~=0.9.1 chardet~=5.2.0