From 744fe15e31691f4f0581cfdeaf157a2b2668ef22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:42:06 +0000 Subject: [PATCH] Bump werkzeug from 2.3.8 to 3.0.6 in /llm-query Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.8 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/2.3.8...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- llm-query/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm-query/requirements.txt b/llm-query/requirements.txt index b984258..dc6a547 100644 --- a/llm-query/requirements.txt +++ b/llm-query/requirements.txt @@ -139,5 +139,5 @@ wcwidth==0.2.13 webcolors==24.8.0 webencodings==0.5.1 websocket-client==1.8.0 -Werkzeug==2.3.8 +Werkzeug==3.0.6 yarl==1.15.2