From ca6247df219d95b8585b4e50a04dbc748039a488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 10:03:52 +0000 Subject: [PATCH] Bump psutil from 5.9.8 to 7.2.2 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.8 to 7.2.2. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.8...release-7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72d94bd95..e12bbd163 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "asciimatics == 1.15.0", # Oct 4 2023, only used for the Text UI "packaging == 23.2", # Oct 4 2023, used for version comparisons "prompt_toolkit == 3.0.43", # Oct 4 2023, used for command line interface - "psutil == 5.9.8", # Oct 4 2023, pulls system stats into TUI and BCP + "psutil == 7.2.2", # Oct 4 2023, pulls system stats into TUI and BCP "pyserial == 3.5", # Oct 4 2023, some older platforms use this "pyserial-asyncio == 0.6", # Oct 4 2023, handles all modern serial communication "ruamel.yaml == 0.18.6", # Oct 4, 2023, main config file interface