From 5ce3c4a5c83c323b6cb7b7d96a9d7127e6dafd6f Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Wed, 2 Mar 2022 10:56:02 +0530 Subject: [PATCH] Ensure that Flask-Security-Too is using the latest version. Fixes #7202 --- docs/en_US/release_notes_6_6.rst | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en_US/release_notes_6_6.rst b/docs/en_US/release_notes_6_6.rst index 844a6a657..df4707fd5 100644 --- a/docs/en_US/release_notes_6_6.rst +++ b/docs/en_US/release_notes_6_6.rst @@ -26,3 +26,4 @@ Bug fixes | `Issue #7152 `_ - Added comments column for the functions collection node. | `Issue #7173 `_ - Fixed an issue where the User Management dialog is not opening. | `Issue #7181 `_ - Ensure that the user should be able to add new server with unix socket connection. +| `Issue #7202 `_ - Ensure that Flask-Security-Too is using the latest version. diff --git a/requirements.txt b/requirements.txt index fdd186e40..0a6471ea8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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.*