From 2851f0bf6be0d24c307a517aea2b1d1f88d6c10c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:24:07 +0000 Subject: [PATCH] Bump psutil from 5.9.6 to 5.9.7 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.6 to 5.9.7. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.6...release-5.9.7) --- 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 dd0d9fd..2b59b69 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.6 +psutil==5.9.7 sh==2.0.6 SQLAlchemy==1.4.50 requests>=2.20.0