From 2358b99440c218bf28363fbfb4b2547e111c7e18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:46:52 +0000 Subject: [PATCH] Bump werkzeug from 3.0.1 to 3.1.6 in /backend_flask Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 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/3.0.1...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend_flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend_flask/requirements.txt b/backend_flask/requirements.txt index cca6696..f160169 100644 --- a/backend_flask/requirements.txt +++ b/backend_flask/requirements.txt @@ -11,4 +11,4 @@ openpyxl==3.1.2 torch==2.1.0 torchvision==0.16.0 python-dotenv==1.0.0 -werkzeug==3.0.1 \ No newline at end of file +werkzeug==3.1.6 \ No newline at end of file