From 464efb513fce3a9bbb56b570370ad0c98305be28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 21:13:52 +0000 Subject: [PATCH] Update flask requirement from <3,>=2.2 to >=3.1.3,<4 in /python-app 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.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-app/requirements.txt b/python-app/requirements.txt index ddcf980..505dec2 100644 --- a/python-app/requirements.txt +++ b/python-app/requirements.txt @@ -1 +1 @@ -Flask>=2.2,<3 +Flask>=3.1.3,<4