From 8fce441e346d4d5d410fe933d091bfc7ca3a2299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 12:03:29 +0200 Subject: [PATCH] Bump flask-cors from 4.0.0 to 4.0.1 (#1308) Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.0 to 4.0.1. - [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...4.0.1) --- 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> Co-authored-by: Jean-Robin --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index b5c402add4..4e6bf18524 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ apispec-webframeworks = "==0.5.2" cookiecutter = "==2.1.1" deepdiff = "==6.7.1" flask = "==3.0.0" -flask-cors = "==4.0.0" +flask-cors = "==4.0.1" flask-socketio = "==5.3.6" Flask-RESTful = ">=0.3.9" gevent = "==23.7.0"