From 5fa3b66a12824666f2279b54d83001a972182c58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 10:14:27 +0000 Subject: [PATCH] Update flask-cors requirement from <3.1,>=3.0 to >=3.0,<4.1 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.0...4.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f84322f6..d4abc341 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ [project.optional-dependencies] online = [ "flask>=2.3,<2.4", - "flask-cors>=3.0,<3.1", + "flask-cors>=3.0,<4.1", "panoptes-client>=1.6,<1.7", "requests>=2.28,<2.32", "gunicorn>=20.0,<21.3",