From 5bf9efda5eb00abd273d01979c9e5a73eee29bed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 01:32:52 +0000 Subject: [PATCH] Bump psutil from 7.2.1 to 7.2.2 Bumps [psutil](https://github.com/giampaolo/psutil) from 7.2.1 to 7.2.2. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.2.1...release-7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae76583..b156afe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ development = [ "coverage==7.10.7; python_version <= '3.11'", "coverage==7.13.2; python_version > '3.11'", "cryptography==46.0.4", - "psutil==7.2.1", + "psutil==7.2.2", "pytest-cov==7.0.0", "pytest-schema==0.1.2", "pytest==8.4.2; python_version <= '3.11'",