From bf3dd1821493050694f29a05bec0c4960949a195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:39:58 +0000 Subject: [PATCH] Bump flask-cors from 4.0.1 to 5.0.0 in /basic-python-flask 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] --- basic-python-flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic-python-flask/requirements.txt b/basic-python-flask/requirements.txt index be3dbc60a..ce000f5bb 100644 --- a/basic-python-flask/requirements.txt +++ b/basic-python-flask/requirements.txt @@ -1,6 +1,6 @@ Flask==2.3.2 Flask-RESTful==0.3.10 flask-swagger-ui==4.11.1 -Flask-Cors==4.0.1 +Flask-Cors==5.0.0 Unidecode==1.3.6 urllib3==2.2.2