Skip to content

Commit

Permalink
⬆️ Update pyyaml requirement from ~=6.0.1 to ~=6.0.2
Browse files Browse the repository at this point in the history
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.2/CHANGES)
- [Commits](yaml/pyyaml@6.0.1...6.0.2)

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent 4bf13e8 commit e8ef8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python packages requirements
Pillow~=10.4.0 # Image generation
pyserial~=3.5 # Serial link to communicate with the display
PyYAML~=6.0.1 # For themes files
PyYAML~=6.0.2 # For themes files
psutil~=5.9.8 # CPU / disk / network metrics
pystray~=0.19.5 # Tray icon (all OS)
babel~=2.15.0 # Date/time formatting
Expand Down

0 comments on commit e8ef8ed

Please sign in to comment.