From 8abb2b77ad85d5234a353f967d30dc3aa25cfd58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 03:45:06 +0000 Subject: [PATCH] Bump werkzeug from 2.0.3 to 3.1.4 in /python_example_email Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.3 to 3.1.4. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.0.3...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 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..34b85c3 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 +werkzeug==3.1.4 python-dotenv==0.19.0 flask-cors==3.0.10 \ No newline at end of file