From d71e50d4c477ad134b1db0a0f62ff06a3f479597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 21:28:26 +0000 Subject: [PATCH] Bump werkzeug from 3.1.4 to 3.1.5 in /app Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.4 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/3.1.4...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 0b99153..f86e9c0 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -67,7 +67,7 @@ rpds-py==0.30.0 # referencing six==1.17.0 # via flasgger -werkzeug==3.1.4 +werkzeug==3.1.5 # via # flask # flask-cors