Ensure that Flask-Security-Too is using the latest version. Fixes #7202

This commit is contained in:
Aditya Toshniwal 2022-03-02 10:56:02 +05:30 committed by Akshay Joshi
parent f8df935404
commit 5ce3c4a5c8
2 changed files with 2 additions and 1 deletions

View File

@ -26,3 +26,4 @@ Bug fixes
| `Issue #7152 <https://redmine.postgresql.org/issues/7152>`_ - Added comments column for the functions collection node.
| `Issue #7173 <https://redmine.postgresql.org/issues/7173>`_ - Fixed an issue where the User Management dialog is not opening.
| `Issue #7181 <https://redmine.postgresql.org/issues/7181>`_ - Ensure that the user should be able to add new server with unix socket connection.
| `Issue #7202 <https://redmine.postgresql.org/issues/7202>`_ - Ensure that Flask-Security-Too is using the latest version.

View File

@ -18,7 +18,7 @@ Flask-WTF==1.*
Flask-Compress==1.*
Flask-Paranoid==0.*
Flask-Babel==2.*
Flask-Security-Too==4.*
Flask-Security-Too==4.1.*
Flask-SocketIO>=5.0.1
WTForms==3.*
passlib==1.*