From 2b10aab2ba88a0632f7c6d8e100e88bc3a840c60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 21:29:56 +0000 Subject: [PATCH] :arrow_up: Update psutil requirement from ~=5.9.8 to ~=6.0.0 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.8...release-6.0.0) --- updated-dependencies: - dependency-name: psutil 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 2dd9fbe4..1d32a178 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Pillow~=10.3.0 # Image generation pyserial~=3.5 # Serial link to communicate with the display PyYAML~=6.0.1 # For themes files -psutil~=5.9.8 # CPU / disk / network metrics +psutil~=6.0.0 # CPU / disk / network metrics pystray~=0.19.5 # Tray icon (all OS) babel~=2.15.0 # Date/time formatting ruamel.yaml~=0.18.6 # For configuration editor