From 950e913dbbef531ac9963217315a93c9aa5c1a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 01:52:16 +0000 Subject: [PATCH] pip runtime: bump psutil from 5.9.6 to 5.9.8 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.6 to 5.9.8. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.6...release-5.9.8) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0713346..f170b6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests==2.31.0 -psutil==5.9.6 +psutil==5.9.8 dateparser==1.2.0 humanize==4.9.0 tzdata==2024.1