From 67af69421738332e99735c7108970d75ceb1b241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:37:12 +0000 Subject: [PATCH] Bump psutil from 5.9.7 to 5.9.8 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.7 to 5.9.8. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.7...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 75025ac..46690f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ cement==2.10.12 pynginxconfig==0.3.4 PyMySQL==1.1.0 -psutil==5.9.7 +psutil==5.9.8 sh==2.0.6 SQLAlchemy==1.4.51 requests>=2.20.0