From 30f17a6f28e0da3e28dde0e9c940763fdd0c1f0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 05:25:15 +0000 Subject: [PATCH] Update psutil requirement from <=7.1.0,>=5.9 to >=5.9,<=7.1.2 Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.0...release-7.1.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.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 d472b503..b8fbc447 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -psutil >=5.9, <=7.1.0 +psutil >=5.9, <=7.1.2 pystache>=0.6.0 typeguard>=4.0.0 packaging >= 24.0, <= 25.0