From d3a6d8620c0ba78bee49cdd1644e7804c87695fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 20:03:42 +0000 Subject: [PATCH] Bump flask-cors in /src/conidk/workflow/demo_artifacts/ui Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.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/4.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] --- src/conidk/workflow/demo_artifacts/ui/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conidk/workflow/demo_artifacts/ui/requirements.txt b/src/conidk/workflow/demo_artifacts/ui/requirements.txt index 57d1848..9cfe78c 100644 --- a/src/conidk/workflow/demo_artifacts/ui/requirements.txt +++ b/src/conidk/workflow/demo_artifacts/ui/requirements.txt @@ -1,5 +1,5 @@ Flask==2.3.3 -Flask-Cors==4.0.0 +Flask-Cors==6.0.0 google-cloud-storage==2.11.0 gunicorn==21.2.0 python-dotenv==1.0.0