From 018618b71f0ef7bae59dff457d6a1e3ffad1ad93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 03:34:48 +0000 Subject: [PATCH] chore(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 884fa66e..c41cea07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ rich>=13.0.0 prompt_toolkit>=3.0.0 colorama>=0.4.0 shellingham>=1.5.0 -psutil>=5.9.0 +psutil>=7.2.2 # API & Networking requests>=2.31.0