From 18992df7b00e06bd8878c09951c834c9d6dcbc12 Mon Sep 17 00:00:00 2001 From: Jellyfrog Date: Thu, 11 Nov 2021 20:52:27 +0100 Subject: [PATCH] Bump psutil=>5.6.0 to satifsy command_runner (#13501) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8bbfc381a8..6563a702cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ PyMySQL python-dotenv redis>=3.0 setuptools -psutil +psutil>=5.6.0 command_runner>=1.3.0