From 9ebf9a23f67d8f4afe908fe2860fb5bd2980a557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 21:22:51 +0000 Subject: [PATCH] build(deps-dev): update psutil requirement from >=5.9 to >=7.2.2 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/v5.9.0...v7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 41dd2e53..7bd6f6bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,9 +49,9 @@ test = ["pytest", "phantominator", "testfixtures==8.3.0", "requests==2.34.2", - "psutil>=5.9"] + "psutil>=7.2.2"] example = ["gdown==6.1.0"] -benchmark = ["psutil>=5.9"] +benchmark = ["psutil>=7.2.2"] docs = [ "sphinx<9", "sphinx-mdinclude==0.6.2", "sphinx-copybutton==0.5.2",