From 5121a6652a6f39bf4521d5b68402a884c5078e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:23:11 +0000 Subject: [PATCH] build(deps): update psutil requirement from >=5.9.0 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/docs/changelog.rst) - [Commits](https://github.com/giampaolo/psutil/compare/v5.9.0...v7.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 2ed35782..9fbf150e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ cryptography >= 48.0.1 fastapi[all] >= 0.138.1 paramiko >= 5.0.0 prettytable >= 3.18.0 -psutil >= 5.9.0 +psutil >= 7.2.2 py-cpuinfo >= 9.0.0 inquirerpy == 0.3.4 requests >= 2.34.2