From e0b18cfe074b9334b688ebbc541b899130428acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 12:43:33 +0000 Subject: [PATCH] Update psutil requirement from ~=5.9.5 to ~=5.9.6 Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.5...release-5.9.6) --- 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 b3d4cf2..b62e81e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ python-dateutil>=2.8.2 six>=1.16.0 urllib3>=2.0.4 setuptools>=68.0.0 -psutil~=5.9.5 \ No newline at end of file +psutil~=5.9.6 \ No newline at end of file