From ca8f5b19b3c01ca0f22d2754509fc58b25a9dcd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 15:07:03 +0000 Subject: [PATCH] deps: update psutil requirement from >=5.9 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 7c28999..6f1d7f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ # Firewall enforcement shells out to the OS firewall (netsh / nft) via argv only, # so there is no extra dependency for blocking. PySide6>=6.6 -psutil>=5.9 +psutil>=7.2.2