From e260ad555097a3a17c54046d11a595e3071c22aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 18:03:54 +0000 Subject: [PATCH] Update psutil requirement from ~=5.8.0 to ~=5.9.2 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.8.0...release-5.9.2) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f36e43a4..ff9b5fc5 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.1.1 -psutil~=5.8.0 +psutil~=5.9.2 requests~=2.25.1