From 28eb00b9157663da4601d193ff7aa176bb880c90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:43:17 +0000 Subject: [PATCH] Bump werkzeug from 2.3.4 to 3.0.1 in /llama-2-local Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.4 to 3.0.1. - [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.4...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- llama-2-local/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama-2-local/requirements.txt b/llama-2-local/requirements.txt index 62ff92b..ff7f41b 100644 --- a/llama-2-local/requirements.txt +++ b/llama-2-local/requirements.txt @@ -117,7 +117,7 @@ typing-inspect==0.9.0 urllib3==1.26.15 uvicorn==0.23.1 wcwidth==0.2.6 -Werkzeug==2.3.4 +Werkzeug==3.0.1 wheel==0.38.4 wsproto==1.2.0 yarl==1.9.2