From 41969675a2b88d6c56d09b8f3357b8c8152ed931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 13:06:34 +0000 Subject: [PATCH] build(deps): update flask-cors requirement from ~=3.0.10 to ~=4.0.0 Updates the requirements on [flask-cors](https://github.com/corydolphin/flask-cors) to permit the latest version. - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/3.0.10...v4.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c69905e4..4a511cef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ bitsandbytes~=0.39.1 build>=0.10.0 coverage>=6.4.2 flake8>=3.7.9 -flask-cors~=3.0.10 +flask-cors~=4.0.0 flask>=2.2.1 huggingface-hub~=0.15.1 jinja2>=3.1.2