From 15456cfcadecfa35b4f95cb945a45536eb42a932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 22:53:38 +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 29abdd6..2eebb48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ development = [ "coverage==7.10.7; python_version <= '3.11'", "coverage==7.13.2; python_version > '3.11'", "cryptography==46.0.3", - "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'",