From a09ada18ee01ea5979e85b3eb4352ce88f9f4a10 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Wed, 1 Apr 2020 18:12:38 +0530 Subject: [PATCH] Updated psutil to the latest version 5.7.0 to fix vulnerability issue. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c5d1c56eb..f0cc71715 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ speaklater==1.3 sqlparse==0.2.4 WTForms==2.2.1 Flask-Paranoid==0.2.0 -psutil==5.5.1 +psutil>=5.7.0 psycopg2>=2.8 python-dateutil>=2.8.0 SQLAlchemy>=1.3.13