From 3466f586db9cd0e0f779af28be7624f42e88b64e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 22:37:48 -0800 Subject: [PATCH] Update flask requirement from <3,>=2.0.0 to >=2.0.0,<4 (#191) 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.0.1) --- 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 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index be7be436..d06b7d20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ requires-python = '>=3.8' dependencies = [ "click", - "flask>=2.0.0,<3", + "flask>=2.0.0,<4", "Flask-Caching", "flask-cors", "flask-restx>=0.5.0", diff --git a/requirements.txt b/requirements.txt index 91acfd9a..489f74f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ click -flask>=2.0.0,<3 +flask>=2.0.0,<4 Flask-Caching flask-cors flask-restx>=0.5.0