From e0bed017ac58ad75b6a5e16ef1883bdbc29607ac Mon Sep 17 00:00:00 2001 From: Dimitrios Liappis Date: Wed, 4 Mar 2020 19:40:14 +0200 Subject: [PATCH] Update psutil to latest version psutil 5.7.0 brings a number of important bug fixes from 5.6.5 (https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40c071477..6bbccb62b 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def str_from_file(name): # transitive dependency urllib3: MIT "elasticsearch==7.0.5", # License: BSD - "psutil==5.6.5", + "psutil==5.7.0", # License: MIT "py-cpuinfo==3.2.0", # License: MIT