Skip to content

Commit

Permalink
Bump ruamel-yaml from 0.17.32 to 0.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Mar 8, 2024
1 parent bf699d3 commit 26f3b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"psutil == 5.9.8", # Oct 4 2023, pulls system stats into TUI and BCP
"pyserial == 3.5", # Oct 4 2023, some older platforms use this
"pyserial-asyncio == 0.6", # Oct 4 2023, handles all modern serial communication
"ruamel.yaml == 0.17.32", # Oct 4, 2023, main config file interface
"ruamel.yaml == 0.18.6", # Oct 4, 2023, main config file interface
"sortedcontainers == 2.4.0", # Oct 4 2023, used by platform batch light system
"terminaltables == 3.1.10", # Oct 4 2023, used for the service CLI
"Pillow == 9.5.0" # Nov 4 2023. Asciimatics needs Pillow > 2.7, but latest 10.x breaks kivy for now (fix due in 2.3), so we pin to latest working Pillow for now.
Expand Down

0 comments on commit 26f3b79

Please sign in to comment.