From c4e0afc861aa3bcc057970a6c90685b907c26e27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:00:08 +0000 Subject: [PATCH] Bump psutil from 6.1.0 to 6.1.1 Bumps [psutil](https://github.com/giampaolo/psutil) from 6.1.0 to 6.1.1. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-6.1.0...release-6.1.1) --- 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 7453281..3313af9 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.0 +psutil==6.1.1 sh==2.2.1 SQLAlchemy==1.4.54 requests>=2.20.0