From 688eb68e613592b92fce3f544812e3bfbffd27fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:03:30 +0000 Subject: [PATCH] build(deps): bump flask-cors from 3.0.10 to 6.0.0 in /tunneling/python Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.10 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/3.0.10...6.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tunneling/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tunneling/python/requirements.txt b/tunneling/python/requirements.txt index 094e44c6..d3ddf024 100644 --- a/tunneling/python/requirements.txt +++ b/tunneling/python/requirements.txt @@ -2,7 +2,7 @@ certifi==2021.5.30 charset-normalizer==2.0.6 click==8.0.1 Flask==2.0.1 -Flask-Cors==3.0.10 +Flask-Cors==6.0.0 idna==3.2 itsdangerous==2.0.1 Jinja2==3.0.1