Skip to content

Commit 22240d9

Browse files
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](pallets-eco/flask-security@5.6.0...5.7.0) --- updated-dependencies: - dependency-name: flask-security-too dependency-version: 5.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 39c2f39 commit 22240d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Flask-Mail==0.*
2727
Flask-Migrate==4.*
2828
Flask-Paranoid==0.*
2929
Flask-Security-Too==5.4.*; python_version <= '3.9'
30-
Flask-Security-Too==5.6.*; python_version > '3.9'
30+
Flask-Security-Too==5.7.*; python_version > '3.9'
3131
Flask-SocketIO==5.5.*
3232
Flask-SQLAlchemy==3.1.*
3333
Flask-WTF==1.2.*

0 commit comments

Comments
 (0)