From 2605800a0fb3e8935cf95837801ee299c2ff1459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:54:31 +0000 Subject: [PATCH] Update flask requirement from <2.4,>=2.3 to >=2.3,<3.1 Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.3.0...3.0.0) --- updated-dependencies: - dependency-name: flask 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 78d5aebb..680a7574 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ [project.optional-dependencies] online = [ - "flask>=2.3,<2.4", + "flask>=2.3,<3.1", "flask-cors>=3.0,<3.1", "panoptes-client>=1.6,<1.7", "requests>=2.28,<2.32",