From 15771093a7bc05f1f59688f7002c43b39cb8babc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 13:37:27 +0000 Subject: [PATCH] Bump psutil from 6.1.1 to 7.0.0 Bumps [psutil](https://github.com/giampaolo/psutil) from 6.1.1 to 7.0.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-6.1.1...release-7.0.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 93759ae..7e858c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ cement==2.10.14 pynginxconfig==0.3.4 PyMySQL==1.1.1 -psutil==6.1.1 +psutil==7.0.0 sh==2.2.1 SQLAlchemy==1.4.54 requests>=2.20.0