From b916e3ccec5c6ede7b4662a79036cc1e05d7a07f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 18 Feb 2020 18:57:12 +0000 Subject: [PATCH] Update psutil from 5.6.3 to 5.7.0 --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 714f67d0..c36fa627 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -42,7 +42,7 @@ packaging==20.1 # via pytest, sphinx pbr==5.4.3 # via fixtures, mock, pifpaf, testtools pifpaf==2.2.2 pluggy==0.13.0 # via pytest, tox -psutil==5.6.3 # via pifpaf +psutil==5.7.0 # via pifpaf py==1.8.0 # via pytest, tox pycodestyle==2.5.0 # via flake8, flake8-import-order pycparser==2.19 # via cffi