From c85c435b5db903920fd5540fdf63013f91481737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 19:48:47 +0100 Subject: [PATCH] Bump werkzeug from 3.0.3 to 3.0.6 in /utils/chaos_ai/docker (#945) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.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/3.0.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 2df8ef71..3cb027b7 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.3 +Werkzeug==3.0.6 flasgger==0.9.5