Skip to content

Commit d44b964

Browse files
⬆️ Update pyyaml requirement from ~=6.0.1 to ~=6.0.2
Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](yaml/pyyaml@6.0.1...6.0.2) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92df136 commit d44b964

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
@@ -1,7 +1,7 @@
11
# Python packages requirements
22
Pillow~=10.4.0 # Image generation
33
pyserial~=3.5 # Serial link to communicate with the display
4-
PyYAML~=6.0.1 # For themes files
4+
PyYAML~=6.0.2 # For themes files
55
psutil~=5.9.8 # CPU / disk / network metrics
66
pystray~=0.19.5 # Tray icon (all OS)
77
babel~=2.15.0 # Date/time formatting

0 commit comments

Comments
 (0)