From beb43c69dc694281646de11cd3688e68f8cb243b Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Tue, 8 Nov 2022 17:50:23 +0530 Subject: [PATCH] =?UTF-8?q?Pin=20the=20psutil=20version=20to=205.9.3=20as?= =?UTF-8?q?=20the=20latest=C2=A0version=20have=20some=20issues.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a010d38b2..e6ae478d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ pytz==2021.* simplejson==3.* speaklater3==1.* sqlparse==0.* -psutil==5.* +psutil==5.9.3 psycopg2==2.9.* python-dateutil==2.* SQLAlchemy==1.4.*