From adaf1c24f71000cb2e9a9130e3c628fdc6d86cb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:32:47 +0000 Subject: [PATCH] Update flask requirement from <3,>=2.1 to >=2.1,<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.1.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 6527594..b3eb76d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ requires-python = ">=3.8" dependencies = [ "dohq-artifactory>=0.9,<0.10", - "Flask>=2.1,<3", + "Flask>=2.1,<4", "semver>=2,<4", "base64io>=1,<2", "ConfigArgParse>=1.5,<2",