From 2c52cd51eb5975c078a4f6844d8442a48dd1f1fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 06:33:29 +0000 Subject: [PATCH] Bump psutil from 5.9.4 to 5.9.5 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.4 to 5.9.5. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.4...release-5.9.5) --- 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 8cd09a1..15a44ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ cement==2.10.12 pynginxconfig==0.3.4 PyMySQL==1.0.3 -psutil==5.9.4 +psutil==5.9.5 sh==2.0.4 SQLAlchemy==1.4.48 requests>=2.20.0