From ef87c476d838fb8ef0e2450a03879a54688306f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 17:31:26 +0000 Subject: [PATCH] Bump flask-cors from 3.0.10 to 4.0.2 in /python_example_email Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.10 to 4.0.2. - [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...4.0.2) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 4.0.2 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..9408609 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==4.0.2 \ No newline at end of file