From 12b6725585780106dae921c89fb7ee54de4e557a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Aug 2023 13:29:07 +0000 Subject: [PATCH] Bump flask from 2.2.3 to 2.2.5 in /copilot Bumps [flask](https://github.com/pallets/flask) from 2.2.3 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.3...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- copilot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copilot/requirements.txt b/copilot/requirements.txt index 60c8907f..f7ade358 100644 --- a/copilot/requirements.txt +++ b/copilot/requirements.txt @@ -1,7 +1,7 @@ transformers==4.29.2 tiktoken==0.3.3 google-search-results==2.4.2 -flask==2.2.3 +flask==2.2.5 flask_cors==3.0.10 waitress==2.1.2 speechbrain==0.5.14