From 592b9b129adef47acab8079dd32737fe4725ba04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 05:27:15 +0000 Subject: [PATCH] Update psutil requirement from ~=7.2.1 to ~=7.2.2 Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.2.1...release-7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9598402..f977f13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ configobj~=5.0.9 configparser~=7.2.0 -psutil~=7.2.1 +psutil~=7.2.2 requests~=2.32.5 DateTime~=6.0 colorlog~=6.10.1