From 910fa791f596f8ab3ef4e9cda25f5332b5a94aa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:02:01 +0000 Subject: [PATCH] Bump psutil from 7.1.2 to 7.1.3 Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.2 to 7.1.3. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.2...release-7.1.3) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.3 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 c38cccb..db4a282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ development = [ "build==1.3.0", "coverage==7.10.7", "cryptography==46.0.3", - "psutil==7.1.2", + "psutil==7.1.3", "pytest-cov==7.0.0", "pytest-schema==0.1.2", "pytest==8.4.2",