From c56eb6c2c2155aa7ec752112ce31c69c9c289164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 19:13:45 +0000 Subject: [PATCH] Bump werkzeug from 2.3.7 to 3.1.5 in /samples/agentic-strands/app Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.7 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/2.3.7...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/agentic-strands/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/agentic-strands/app/requirements.txt b/samples/agentic-strands/app/requirements.txt index 2a785c6f..ce081ed2 100644 --- a/samples/agentic-strands/app/requirements.txt +++ b/samples/agentic-strands/app/requirements.txt @@ -3,5 +3,5 @@ strands-agents-tools>=0.2.0 openai===1.99.9 dotenv===0.9.9 flask==2.0.1 -werkzeug==2.3.7 +werkzeug==3.1.5 requests==2.31.0