From 9a5e429b50935d394e6fcc175255725419439ffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 07:24:39 +0000 Subject: [PATCH] Bump werkzeug from 2.2.2 to 2.3.8 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.3.8. - [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.2.2...2.3.8) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- requirements_base.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4f7d9fb2..dac0d07c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "sqlitedict==2.1.0", "backoff==2.2.1", "flask==2.2.3", -"werkzeug==2.2.2", +"werkzeug==2.3.8", "llama-index==0.8.69.post1", "pypdf==3.11.1", "youtube_transcript_api==0.5.0", diff --git a/requirements.txt b/requirements.txt index 51e069a1..bacd5082 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ pinecone-client==2.1.0 sqlitedict==2.1.0 backoff==2.2.1 flask==2.2.3 -werkzeug==2.2.2 +werkzeug==2.3.8 llama-index==0.8.69.post1 pypdf==3.11.1 youtube_transcript_api==0.5.0 diff --git a/requirements_base.txt b/requirements_base.txt index 337b8719..2c4fa142 100644 --- a/requirements_base.txt +++ b/requirements_base.txt @@ -13,7 +13,7 @@ pinecone-client==2.1.0 sqlitedict==2.1.0 backoff==2.2.1 flask==2.2.3 -werkzeug==2.2.2 +werkzeug==2.3.8 llama-index==0.8.69.post1 pypdf==3.11.1 youtube_transcript_api==0.5.0