From 5a1d1be46882cc7e2f07cdfa6741205cd1a5f901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 00:09:11 +0000 Subject: [PATCH] Bump flask-cors from 3.0.10 to 4.0.1 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.10 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/3.0.10...4.0.1) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_service.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index edb4c09..913f4ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ jsonschema<4.0 SQLAlchemy<1.4 shapely==2.0.3 geoalchemy2>=0.11.1, <0.12.0 -flask-cors==3.0.10 \ No newline at end of file +flask-cors==4.0.1 \ No newline at end of file diff --git a/requirements_service.txt b/requirements_service.txt index 6bf3334..3f21655 100644 --- a/requirements_service.txt +++ b/requirements_service.txt @@ -1,6 +1,6 @@ Flask==2.1.3 psycopg2-binary==2.9.1 -flask_cors==4.0.0 +flask_cors==4.0.1 flask-admin==1.6.1 flask-restx==1.3.0 flask-accepts==0.18.4