From bf57256112835b2bf15730fe14126248ba53de0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 22:28:37 +0000 Subject: [PATCH] build(deps): Bump werkzeug from 2.3.6 to 3.1.5 in /core 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] --- core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/requirements.txt b/core/requirements.txt index b611cc4..859e065 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.5 yellowbrick==1.5 zipp==3.16.2