From c496786b3d12ccd1a2554aab928c1493f320f1ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:46:44 +0000 Subject: [PATCH] build(deps): 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] --- requirements-production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-production.txt b/requirements-production.txt index 90cae39972..06fb637c4d 100644 --- a/requirements-production.txt +++ b/requirements-production.txt @@ -140,7 +140,7 @@ flask-celeryext==0.3.4 # invenio-logging flask-collect==1.2.2 # via invenio-assets -flask-cors==3.0.10 +flask-cors==5.0.0 # via invenio-rest flask-kvsession-invenio==0.6.3 # via invenio-accounts