From 19b1a045d5697cba1c59a90e7f04d5faa68fb8af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 21:52:17 -0600 Subject: [PATCH] Update psutil requirement from ~=5.7.2 to ~=5.8.0 (#70) Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [Release notes](https://github.com/giampaolo/psutil/releases) - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.7.2...release-5.8.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e880b7f..3be4fcc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ python-pppd==1.0.3 python-sdk-auth~=0.3.0 pyudev~=0.22.0 pyusb~=1.0.2 -psutil~=5.7.2 +psutil~=5.8.0 requests~=2.24.0