From 3f546e18b425d929aae5a6ebf4a045211e822721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 19:52:01 +0000 Subject: [PATCH] Bump flask-cors from 5.0.1 to 6.0.0 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 5.0.1 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.1...6.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 08ccbc2..d928cac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ pykka==4.2.0 transitions==0.9.2 RPi.GPIO==0.7.1 connexion[swagger-ui,flask,uvicorn]==3.2.0 -Flask-Cors==5.0.1 \ No newline at end of file +Flask-Cors==6.0.0 \ No newline at end of file