From 35ac04be208750ce92422dd8c430142a89093a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:19:14 +0000 Subject: [PATCH] Update flask requirement from <3,>=2 to >=2,<4 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.0.0...3.1.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 82683189..ac0fb1af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "cachetools>=4.1,<5", "debts>=0.5,<1", "email_validator>=1.0,<3", - "Flask>=2,<3", + "Flask>=2,<4", "Flask-Babel>=1.0,<4", "Flask-Cors>=3.0.8,<4", "Flask-Limiter>=2.6,<3",