From 37e09c21bf3bf76a3f6ff7c32e7a1bae42f7149b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:57:31 +0000 Subject: [PATCH] Bump flask-cors from 3.0.10 to 5.0.0 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.10 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/3.0.10...5.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 4ad3f3e..5e4c1ad 100644 --- a/Pipfile +++ b/Pipfile @@ -24,7 +24,7 @@ validators = "==0.19.0" requests = "==2.32.0" xmltodict = "==0.13.0" flask = "==2.2.5" -flask-cors = "==3.0.10" +flask-cors = "==5.0.0" pytest = "*" [requires]