From 598759a56c02a4eddeed9c47e6e6eaa26bb0a776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 03:12:24 +0000 Subject: [PATCH] Bump flask from 2.2.2 to 2.2.3 Bumps [flask](https://github.com/pallets/flask) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.2.2...2.2.3) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-patch ... 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 cac4533..32e44d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "pinecone-client==2.1.0", "sqlitedict==2.1.0", "backoff==2.2.1", -"flask==2.2.2", +"flask==2.2.3", "beautifulsoup4==4.11.1", "gpt-index==0.4.14", "PyPDF2==3.0.1", diff --git a/requirements.txt b/requirements.txt index 86e837c..6b816c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ aiofiles==22.1.0 pinecone-client==2.1.0 sqlitedict==2.1.0 backoff==2.2.1 -flask==2.2.2 +flask==2.2.3 beautifulsoup4==4.11.1 gpt-index==0.4.14 PyPDF2==3.0.1 diff --git a/requirements_base.txt b/requirements_base.txt index 7cf8040..c0f641c 100644 --- a/requirements_base.txt +++ b/requirements_base.txt @@ -8,7 +8,7 @@ aiofiles==22.1.0 pinecone-client==2.1.0 sqlitedict==2.1.0 backoff==2.2.1 -flask==2.2.2 +flask==2.2.3 beautifulsoup4==4.11.1 gpt-index==0.4.14 PyPDF2==3.0.1