From 8d13b67db500b96fb2ebffdd6adb20d34b47540f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 05:36:55 +0000 Subject: [PATCH] build(deps-dev): bump psutil from 7.1.3 to 7.2.2 Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.3 to 7.2.2. - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.3...release-7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dafdecc..77cf86d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dev = [ "pytest==9.0.2", # includes 'subtests' since version 9.0.0 "pytest-benchmark==5.2.3", "pytest-clarity==1.0.1", - "psutil==7.1.3", + "psutil==7.2.2", ] doc = [ "mkdocs~=1.6.1",