From 2be7cfe37009c86ab144092d06acf66e227cda79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 07:34:12 +0000 Subject: [PATCH] build(deps): bump flask-cors from 4.0.0 to 6.0.5 in /ai_engine Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.0 to 6.0.5. - [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/4.0.0...6.0.5) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ai_engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai_engine/requirements.txt b/ai_engine/requirements.txt index 8615f9a..0464256 100644 --- a/ai_engine/requirements.txt +++ b/ai_engine/requirements.txt @@ -1,6 +1,6 @@ # Core Framework Flask==3.0.0 -flask-cors==4.0.0 +flask-cors==6.0.5 gunicorn==21.2.0 python-dotenv==1.0.1 requests==2.31.0