From 34d0b8ad3417bc314a5146e9cc6500bab05223ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 22:30:58 +0000 Subject: [PATCH] Bump werkzeug in /benchmarks/cybench/S23/web/chunky/challenge/blog Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.6 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.6...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../cybench/S23/web/chunky/challenge/blog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/cybench/S23/web/chunky/challenge/blog/requirements.txt b/benchmarks/cybench/S23/web/chunky/challenge/blog/requirements.txt index 399f2e67..5ebb7a4e 100644 --- a/benchmarks/cybench/S23/web/chunky/challenge/blog/requirements.txt +++ b/benchmarks/cybench/S23/web/chunky/challenge/blog/requirements.txt @@ -16,5 +16,5 @@ PyJWT==2.7.0 python-dotenv==1.0.0 requests==2.31.0 urllib3==2.0.3 -Werkzeug==2.3.6 +Werkzeug==3.1.5 zipp==3.15.0