From edf7fdca05a13da8867027ad35efd7603d6afb7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:57:51 +0000 Subject: [PATCH] build(deps): update flask requirement from >=3.1.2 to >=3.1.3 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.1.2...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 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 47a6f21..6845f93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ rich-argparse>=1.7.2 pyOpenSSL>=26.1.0 requests>=2.33.1 -Flask>=3.1.2 +Flask>=3.1.3 Flask-HTTPAuth>=4.8.1 Flask-Babel>=4.0.0 psutil>=7.1.0