From 7f0ebaf93905535c9917e120fb72eceb1c205e58 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 24 Oct 2020 15:42:41 +0100 Subject: [PATCH] Update psutil from 5.7.0 to 5.7.3 --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index b892e633..26c1f6d9 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.7.3 # via pifpaf py==1.8.1 # via pytest, tox pycodestyle==2.5.0 # via flake8, flake8-import-order pycparser==2.20 # via cffi