From 1b8e7136778d5ccef23d68204a84f614a44de6bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 20:58:12 +0000 Subject: [PATCH] chore(deps): bump flask-cors in /endpoints/getting-started 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] --- endpoints/getting-started/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints/getting-started/requirements.txt b/endpoints/getting-started/requirements.txt index 30cfca401b2..7bc3c4f0ffa 100644 --- a/endpoints/getting-started/requirements.txt +++ b/endpoints/getting-started/requirements.txt @@ -1,5 +1,5 @@ Flask==3.0.3 -flask-cors==5.0.0 +flask-cors==6.0.0 gunicorn==22.0.0 six==1.16.0 pyyaml==6.0.2