From e0adf00fb61ad7a60b7741cdd9f14094e7f1eda9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 08:28:20 +0000 Subject: [PATCH] Update flask requirement from ~=3.0 to ~=3.1 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0285eaa..ce9a5a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # SPDX-License-Identifier: MIT bootstrap-flask~=2.4 -flask~=3.0 +flask~=3.1 flask-limiter[redis]~=3.8 flask-wtf~=1.2 gunicorn[eventlet]~=23.0