From 835d4851afaf90d091801f449c257739e7fa201a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 00:58:38 +0000 Subject: [PATCH] Bump werkzeug from 3.1.4 to 3.1.5 in /flask Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.4 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/3.1.4...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 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 e5750207..cfc036de 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.4 +Werkzeug==3.1.5 WTForms==2.2.1