From 1a8e0c19d1f0911bee7945ba2fe2c51610ee9dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 20:47:46 +0000 Subject: [PATCH] Bump werkzeug from 3.0.4 to 3.0.6 in /server 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: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 2a6026f..42f3c21 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -121,5 +121,5 @@ watchfiles==0.22.0 wcwidth==0.2.13 weaviate-client==4.7.1 websockets==12.0 -Werkzeug==3.0.4 +Werkzeug==3.0.6 yarl==1.9.4