From 9317314334d591e7fb7d85e1b092f0a7a6661212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:48:50 +0000 Subject: [PATCH] chore(deps): update psutil requirement in the core-deps group Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. Updates `psutil` to 7.2.2 - [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 dependency-group: core-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c0a98df..b2facbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ ] dependencies = [ "pynvml>=12.0.0,<14.0.0", - "psutil>=5.9.0,<7.0.0", + "psutil>=5.9.0,<8.0.0", "click>=8.1.0,<9.0.0", "pyyaml>=6.0,<7.0", "rich>=13.0.0,<15.0.0", diff --git a/requirements.txt b/requirements.txt index 05f7f1d..24220af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ nvidia-ml-py>=13.0.0,<14.0.0 -psutil>=5.9.0,<7.0.0 +psutil>=5.9.0,<8.0.0 click>=8.1.0,<9.0.0 pyyaml>=6.0,<7.0 pytest>=7.4.0,<9.0.0