From 4c28f526326576bfa757c5f0c4bc3c6aab835d66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 22:47:12 +0000 Subject: [PATCH] build(deps): Bump flask-cors from 6.0.0 to 6.0.5 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 6.0.0 to 6.0.5. - [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.0...6.0.5) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- quillin-hub/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quillin-hub/requirements.txt b/quillin-hub/requirements.txt index b55a4f8c..2f1e7ad6 100644 --- a/quillin-hub/requirements.txt +++ b/quillin-hub/requirements.txt @@ -4,7 +4,7 @@ flask-sqlalchemy==3.1.1 flask-migrate==4.1.0 flask-limiter==4.1.1 psycopg2-binary==2.9.9 -flask-cors==6.0.0 +flask-cors==6.0.5 pygithub==2.9.1 python-dotenv==1.2.2 Werkzeug==3.1.8