From 850930631e69fbfa8025276b2a6d66671651e017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 08:23:06 -0500 Subject: [PATCH] Bump werkzeug from 3.0.6 to 3.1.4 in /utils/chaos_ai/docker (#1003) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.6 to 3.1.4. - [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.0.6...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tullio Sebastiani Co-authored-by: Naga Ravi Chaitanya Elluri --- utils/chaos_ai/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/chaos_ai/docker/requirements.txt b/utils/chaos_ai/docker/requirements.txt index 3cb027b7..24606b1e 100644 --- a/utils/chaos_ai/docker/requirements.txt +++ b/utils/chaos_ai/docker/requirements.txt @@ -2,5 +2,5 @@ numpy pandas requests Flask==2.2.5 -Werkzeug==3.0.6 +Werkzeug==3.1.4 flasgger==0.9.5