From 206777091e65c5f2ec1de7843816008aa4457af5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 13:07:16 +0000 Subject: [PATCH] Update psutil requirement from ~=5.9.0 to ~=5.9.5 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.9.0...release-5.9.5) --- 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 1c72540..6524e8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ python-dateutil>=2.8.2 six>=1.16.0 urllib3>=1.26.14 setuptools >= 21.0.0 -psutil~=5.9.0 \ No newline at end of file +psutil~=5.9.5 \ No newline at end of file