From 7211421f2f7e3759fefa0242a094fd263ecae3d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:38:27 +0000 Subject: [PATCH] deps(deps): bump psutil from 7.1.0 to 7.1.2 Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.0 to 7.1.2. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.0...release-7.1.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.2 dependency-type: direct:production 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 06eda14..1cf95fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "plotly==6.3.1", "prompt_toolkit==3.0.52", "protobuf==6.32.1", - "psutil==7.1.0", + "psutil==7.1.2", "ptyprocess==0.7.0", "pure_eval==0.2.3", "pycparser==2.23",