From 3489e2db1c07457ea830559cd52bcd7ea8680f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 17:31:24 +0000 Subject: [PATCH] Bump werkzeug from 2.0.3 to 3.0.6 in /python_example_email Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.3 to 3.0.6. - [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.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.0.6 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..5636f56 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.0.6 python-dotenv==0.19.0 flask-cors==3.0.10 \ No newline at end of file