From 049da433d7a22e5dedd946af62b7bc767aa8a451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 18:50:37 +0000 Subject: [PATCH] Bump werkzeug from 3.1.5 to 3.1.6 in /flask Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.5 to 3.1.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/3.1.5...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/requirements.txt b/flask/requirements.txt index a87c7d46..68a98f15 100644 --- a/flask/requirements.txt +++ b/flask/requirements.txt @@ -8,5 +8,5 @@ Jinja2==3.1.6 MarkupSafe==2.0.1 python-dotenv==0.17.1 visitor==0.1.3 -Werkzeug==3.1.5 +Werkzeug==3.1.6 WTForms==2.2.1