From ab73bf122bea395a412b1cf44ea2126a940e8b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 21:31:56 +0000 Subject: [PATCH] chore(deps): update psutil requirement from ==6.1.* to ==7.0.* 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-6.1.0...release-7.0.0) --- updated-dependencies: - dependency-name: psutil 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 be3da1d0..6a8bd7e7 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -7,5 +7,5 @@ pytest-xdist == 3.6.* black == 24.* ruff == 0.9.* mypy == 1.11.* -psutil == 6.1.* +psutil == 7.0.* types-PyYAML ~= 6.0