From 3c4401bf62d89414584284a52e5103e8af36f84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:55:10 +0000 Subject: [PATCH] Update psutil requirement from <=6.1.0,>=5.9 to >=5.9,<=6.1.1 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-6.1.1) --- updated-dependencies: - dependency-name: psutil 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 f6ea94b2..7656d0f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -psutil >=5.9, <=6.1.0 +psutil >=5.9, <=6.1.1 pystache>=0.6.0 typeguard>=3.0.1 typing-compat