From 9033cc194e0f139362a731c0fad585e50281c22a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:01:38 +0000 Subject: [PATCH] Update flask-cors requirement from <4.0.0,>=3.0.9 to >=3.0.9,<7.0.0 Updates the requirements on [flask-cors](https://github.com/corydolphin/flask-cors) to permit the latest version. - [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.9...6.0.2) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 06c559b64..02bd96682 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -11,7 +11,7 @@ pytest-xdist Pillow>=8.1.2,<9.0 # Use pre-compiled wheel from packagecloud dlib==19.24.2.post1 -flask-cors>=3.0.9,<4.0.0 +flask-cors>=3.0.9,<7.0.0 flask>=1.1.2,<2.0.0 gpiozero>=1.6.2,<2.0.0 imutils>=0.5.4,<1.0.0