From 94ba8ba5d19c674c3ed1054d444f613ac610e877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:06:29 +0000 Subject: [PATCH] Bump psutil from 7.0.0 to 7.1.2 Bumps [psutil](https://github.com/giampaolo/psutil) from 7.0.0 to 7.1.2. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.0.0...release-7.1.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.2 dependency-type: direct:production 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 18f6dd157..c8bd6fffc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ requires-python = ">=3.10" dependencies = [ "logzero==1.7.0", "sympy==1.14.0", - "psutil==7.0.0", + "psutil==7.1.2", "pympler==1.1", "requests==2.32.4", "typing-extensions==4.14.1",