From eedcd71599257e5dee24571e845c5accc86a3218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 11:30:36 +0000 Subject: [PATCH] Python dependency: Update flask-security-too requirement Updates the requirements on [flask-security-too](https://github.com/pallets-eco/flask-security) to permit the latest version. - [Release notes](https://github.com/pallets-eco/flask-security/releases) - [Changelog](https://github.com/pallets-eco/flask-security/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets-eco/flask-security/compare/5.7.0...5.8.0) --- updated-dependencies: - dependency-name: flask-security-too dependency-version: 5.8.0 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 5f17b273440..e4c1eca6cd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ Flask-Mail==0.* Flask-Migrate==4.* Flask-Paranoid==0.* Flask-Security-Too==5.4.*; python_version <= '3.9' -Flask-Security-Too==5.7.*; python_version > '3.9' +Flask-Security-Too==5.8.*; python_version > '3.9' Flask-SocketIO==5.6.* Flask-SQLAlchemy==3.1.* Flask-WTF==1.2.*