From 5ff127d379b7f1ca8d8c038bd3ecbd6192a2e215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:06:08 +0000 Subject: [PATCH] build(deps): Bump werkzeug from 2.3.6 to 3.1.6 in /core Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.6 to 3.1.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/2.3.6...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/requirements.txt b/core/requirements.txt index b611cc4..89b1ef1 100644 --- a/core/requirements.txt +++ b/core/requirements.txt @@ -96,6 +96,6 @@ uvicorn==0.23.1 validators==0.20.0 watchdog==3.0.0 wcwidth==0.2.6 -Werkzeug==2.3.6 +Werkzeug==3.1.6 yellowbrick==1.5 zipp==3.16.2