From f876d8be136e5f7c2f05d3a75c32910ab7a5a7f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:22:39 +0000 Subject: [PATCH] Bump werkzeug from 2.0.3 to 3.1.5 in /python_example_email Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.3 to 3.1.5. - [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.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 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..94803f8 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.5 python-dotenv==0.19.0 flask-cors==3.0.10 \ No newline at end of file