From 49c7b48eab2400b1d493abd5c663a59100319ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 20:33:08 +0000 Subject: [PATCH] deps(deps): update psutil requirement from ^5.9 to ^7.2 Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.0...release-7.2.1) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b1c976..154ce7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ rich = "^13.7" python-dotenv = "^1.0" pyyaml = "^6.0" structlog = "^24.1" -psutil = "^5.9" +psutil = "^7.2" [tool.poetry.group.dev.dependencies] pytest = "^7.4"