From 7fc6e5ff71b97c7c7daf637cd65502587f73d22a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 04:03:03 +0000 Subject: [PATCH] Bump psutil from 7.1.1 to 7.2.2 Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.1 to 7.2.2. - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](https://github.com/giampaolo/psutil/compare/v7.1.1...v7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.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 f26c6713..01518a14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "sqlalchemy==2.0.44", "plotly-express==0.4.1", "watchdog==6.0.0", - "psutil==7.1.1", + "psutil==7.2.2", "playsound3==3.2.8", "imageio==2.37.0", "imageio-ffmpeg==0.6.0",