From 05fcc1f3dee60d4c19f11ce8febcd0dbce77e3bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:41:32 +0000 Subject: [PATCH] build(deps): bump werkzeug from 0.12.2 to 3.0.1 in /python/flask Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.12.2 to 3.0.1. - [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/0.12.2...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/flask/requirements.txt b/python/flask/requirements.txt index 0e9b95ec..46b7eb79 100644 --- a/python/flask/requirements.txt +++ b/python/flask/requirements.txt @@ -7,4 +7,4 @@ Jinja2==2.9.6 MarkupSafe==1.0 pkg-resources==0.0.0 raven==6.2.1 -Werkzeug==0.12.2 \ No newline at end of file +Werkzeug==3.0.1 \ No newline at end of file