From 9071bdcce9b545c2689cf75db7520d4f5b54df4a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 19 Dec 2020 02:17:56 +0000 Subject: [PATCH] Update psutil from 5.7.0 to 5.8.0 --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index b892e633..7282e274 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -44,7 +44,7 @@ packaging==20.3 # via pytest, sphinx pbr==5.4.5 # via fixtures, mock, pifpaf, testtools pifpaf==2.4.0 # via -r test.in pluggy==0.13.1 # via pytest, tox -psutil==5.7.0 # via pifpaf +psutil==5.8.0 # via pifpaf py==1.8.1 # via pytest, tox pycodestyle==2.5.0 # via flake8, flake8-import-order pycparser==2.20 # via cffi