From 75e1475c00f0c090664368e7586ef7a0f5c72c6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 19:54:42 +0000 Subject: [PATCH] Update psutil requirement from <=7.2.2,>=5.9 to <=7.2.2,>=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 40ac8d9bd..a9622c249 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -psutil >=5.9, <=7.2.2 +psutil <=7.2.2, >=7.2.2 pystache>=0.6.8 typeguard>=4.0.0 packaging >= 24.0, <= 26.0