From 4b55a0d82ca2f08255f21374b0fd82b37d3351e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 01:18:39 +0000 Subject: [PATCH] Update flask requirement from <2.3,>=2.2 to >=2.2,<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.2.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 3843669..fd08b9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ test = [ "python-multipart ==0.0.6", "sqlmodel >=0.0.11, <0.0.13", "fastapi >=0.92, <0.105", - "Flask >=2.2, <2.3", + "Flask >=2.2, <3.1", "Flask-SQLAlchemy >=3.0,<3.2" ] cov = [