From d778cc34f752dce4b4869293f9b1055aa29530b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:31:26 +0200 Subject: [PATCH] build(deps): bump flask-cors from 4.0.0 to 5.0.0 (#15) Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.0 to 5.0.0. - [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/4.0.0...5.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e1e707c..bffa883 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ blinker==1.6.3 click==8.1.7 Flask==3.0.0 -Flask-Cors==4.0.0 +Flask-Cors==5.0.0 Flask-Limiter==3.5.0 gunicorn==22.0.0 itsdangerous==2.1.2