From dc553159fe8c375339e4621a77ea33ccdab10bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 19:15:41 +0000 Subject: [PATCH] Bump flask-cors from 3.0.10 to 6.0.0 in /python_example_email Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.10 to 6.0.0. - [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/3.0.10...6.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python_example_email/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_example_email/requirements.txt b/python_example_email/requirements.txt index f6f7c9f..e0a1175 100644 --- a/python_example_email/requirements.txt +++ b/python_example_email/requirements.txt @@ -1,4 +1,4 @@ flask==2.0.1 werkzeug==2.0.3 python-dotenv==0.19.0 -flask-cors==3.0.10 \ No newline at end of file +flask-cors==6.0.0 \ No newline at end of file