From 92f10f2e15947df4d896a03050abb283456275f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 04:44:49 +0000 Subject: [PATCH] chore(deps)(deps): update flask-cors requirement from >=4.0.0 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/4.0.0...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 7a648da..0b8793e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ flask>=3.1.3 -flask-cors>=4.0.0 +flask-cors>=6.0.5 google-generativeai>=0.8.6 python-dotenv>=1.0.0