From 724852125b7d94910359ce7b538828a58493071b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 00:55:43 +0000 Subject: [PATCH] pip(deps): update psutil requirement 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/v6.1.1...v7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 270af42a..2eefb7df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "numpy (>=2.0.0,<3.0.0)", "semver (>=3.0.4,<4.0.0)", "email-validator (>=2.2.0,<3.0.0)", - "psutil (>=6.1.1,<7.0.0)", + "psutil (>=6.1.1,<8.0.0)", "tenacity (>=9.0.0,<10.0.0)", "typing-extensions (>=4.12.2,<5.0.0) ; python_version < \"3.11\"", "deepmerge (>=2.0,<3.0)",