From cc35d81fc3c0d637c1a7340241cb615fb8062cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 03:04:59 +0000 Subject: [PATCH] Bump flask-cors from 6.0.1 to 6.0.2 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 6.0.1 to 6.0.2. - [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/6.0.1...6.0.2) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- http_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_service/requirements.txt b/http_service/requirements.txt index a0b9ade621..ba9e1cb36a 100644 --- a/http_service/requirements.txt +++ b/http_service/requirements.txt @@ -3,7 +3,7 @@ apispec[yaml]==6.9.0 cerberus==1.3.8 Flask==3.1.2 flask-apispec==0.11.4 -flask-cors==6.0.1 +flask-cors==6.0.2 gunicorn==23.0.0 kombu==5.6.1 marshmallow==3.26.1