From 5057c3faa163d6fdbb49ac8535c1ff80590f65fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 21:04:10 +0000 Subject: [PATCH] :arrow_up: Update psutil requirement from ~=7.2.1 to ~=7.2.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-7.2.1...release-7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9db16e2f..d73d5f2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Python packages requirements pyserial~=3.5 # Serial link to communicate with the display PyYAML~=6.0.3 # For themes files -psutil~=7.2.1 # CPU / disk / network metrics +psutil~=7.2.2 # CPU / disk / network metrics pystray~=0.19.5 # Tray icon (all OS) babel~=2.17.0 # Date/time formatting ruamel.yaml~=0.19.1 # For configuration editor