From 06d889d173cb68e51b92c3bf9c7b44aefcf9727c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:23:04 +0000 Subject: [PATCH] Update flask requirement from <=3.0.3,>=3.0 to >=3.0,<=3.1.0 (#7330) 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/3.0.0...3.1.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 111c566a7..b90523359 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "Brotli>=1.0,<=1.1.0", "certifi>=2019.9.11", # no upper bound here to get latest CA bundle "cryptography>=42.0,<43.1", # relaxed upper bound here to get security fixes - "flask>=3.0,<=3.0.3", + "flask>=3.0,<=3.1.0", "h11>=0.11,<=0.14.0", "h2>=4.1,<=4.1.0", "hyperframe>=6.0,<=6.0.1",