From c0d22d2df327da42d2d24936d6c86db7ed34eaf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:25:15 +0000 Subject: [PATCH] Bump werkzeug from 3.0.4 to 3.0.6 in /app/backend Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.4 to 3.0.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.4...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app/backend/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/backend/requirements.txt b/app/backend/requirements.txt index 51df00e14b..bd098f5da0 100644 --- a/app/backend/requirements.txt +++ b/app/backend/requirements.txt @@ -403,6 +403,7 @@ typing-extensions==4.12.2 # azure-ai-documentintelligence # azure-core # azure-identity + # azure-search-documents # azure-storage-blob # azure-storage-file-datalake # openai @@ -415,7 +416,7 @@ urllib3==2.2.2 # via requests uvicorn==0.30.6 # via -r requirements.in -werkzeug==3.0.4 +werkzeug==3.0.6 # via # flask # quart