From 90d5c7e2e0348ce451f5e7520e3f68be2f0167e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:42:20 +0000 Subject: [PATCH] build(deps): bump flask-cors from 4.0.1 to 5.0.0 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.1 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.1...5.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 8c76d6ad..30ecf165 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ dnspython==2.6.1 dramatiq[redis,watch]==1.14.2 email-validator~=2.2.0 eventlet==0.36.1 -flask-cors==4.0.1 +flask-cors==5.0.0 flask-login~=0.6.2 flask-marshmallow~=0.14.0 flask-restful==0.3.10