From 1e665cb456d13fd6dfd54538cb23b3e255158b8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 00:01:24 +0000 Subject: [PATCH] chore(deps): update psutil requirement from ==7.0.* to ==7.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-7.0.0...release-7.1.0) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index d7190af..877a881 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -7,5 +7,5 @@ pytest-xdist == 3.8.* black == 25.* ruff == 0.13.* mypy == 1.18.* -psutil == 7.0.* +psutil == 7.1.* types-PyYAML ~= 6.0