Skip to content

Commit 78fb407

Browse files
⬆️ Update pyyaml requirement from ~=6.0.2 to ~=6.0.3
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/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0.2...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 06a1642 commit 78fb407

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,6 +1,6 @@
11
# Python packages requirements
22
pyserial~=3.5 # Serial link to communicate with the display
3-
PyYAML~=6.0.2 # For themes files
3+
PyYAML~=6.0.3 # For themes files
44
psutil~=7.1.0 # CPU / disk / network metrics
55
pystray~=0.19.5 # Tray icon (all OS)
66
babel~=2.17.0 # Date/time formatting

0 commit comments

Comments
 (0)