From 00a62cdea9ff7e2c70d616d1dbc265a7a1e2392d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 19:46:26 +0000 Subject: [PATCH] Bump flask-cors Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 5.0.0 to 6.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/5.0.0...6.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../05-decoupled-react/python-backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-07-monolith/05-decoupled-react/python-backend/requirements.txt b/example-07-monolith/05-decoupled-react/python-backend/requirements.txt index 9524333..d5d1652 100644 --- a/example-07-monolith/05-decoupled-react/python-backend/requirements.txt +++ b/example-07-monolith/05-decoupled-react/python-backend/requirements.txt @@ -1,2 +1,2 @@ flask==3.0.3 -flask-cors==5.0.0 \ No newline at end of file +flask-cors==6.0.0 \ No newline at end of file