From b28676d52c6db3d6f7ec2d33b3c48eeb6bc8f040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 11:00:19 +0000 Subject: [PATCH 1/2] Bump flask from 2.2.2 to 2.2.5 in /scripts Bumps [flask](https://github.com/pallets/flask) from 2.2.2 to 2.2.5. - [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.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 7d0d7d50..fbe74ce9 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -33,7 +33,7 @@ esutils==1.0.1 et-xmlfile==1.1.0 faiss-cpu==1.7.3 filelock==3.9.0 -Flask==2.2.2 +Flask==2.2.5 frozenlist==1.3.3 greenlet==2.0.2 gunicorn==20.1.0 From 3001688e0eb523b13de1723c642b7703c679b51b Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 15 May 2023 12:46:39 +0100 Subject: [PATCH 2/2] Update requirements.txt --- scripts/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index fbe74ce9..fbdd5af5 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -124,8 +124,7 @@ typing-inspect==0.8.0 typing_extensions==4.4.0 unstructured==0.4.11 urllib3==1.26.14 -Werkzeug==2.2.3 wrapt==1.14.1 XlsxWriter==3.0.8 xxhash==3.2.0 -yarl==1.8.2 +yarl==1.8.2 \ No newline at end of file