Skip to content

Commit 03de73c

Browse files
⬆️ Update psutil requirement from ~=5.9.5 to ~=5.9.6
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](giampaolo/psutil@release-5.9.5...release-5.9.6) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 536cabb commit 03de73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pillow~=10.0.1 # Image generation
33
pyserial~=3.5 # Serial linl to communicate with the display
44
numpy~=1.24.4 # Efficient image serialization
55
PyYAML~=6.0.1 # For themes files
6-
psutil~=5.9.5 # CPU / disk / network metrics
6+
psutil~=5.9.6 # CPU / disk / network metrics
77
GPUtil~=1.4.0 # Nvidia GPU
88
pystray~=0.19.5 # Tray icon (all OS)
99
babel~=2.13.0 # Date/time formatting

0 commit comments

Comments
 (0)