From a1520fbd011f455e9e76616388b01effac7d9ac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 15:59:37 +0000 Subject: [PATCH] Update psutil requirement from >=5.0.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.0.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 1e986c1..8031576 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ rich>=13.0.0 # Rich terminal output (used by generated code) gitpython>=3.1.0 # Git operations # Utilities -psutil>=5.0.0 # System resource monitoring +psutil>=7.2.2 # System resource monitoring