From e6c4f4629cc0de98a5f1e26ecde2995259567883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 05:35:50 +0000 Subject: [PATCH] chore(deps): update psutil requirement from >=5.8 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.8.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 2088131..b9c3d38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ PyQt5 >= 5.15 pywin32 >= 311 -psutil >= 5.8 \ No newline at end of file +psutil >= 7.2.2 \ No newline at end of file