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
Bumps [ruamel-yaml]() from 0.17.32 to 0.18.6.

---
updated-dependencies:
- dependency-name: ruamel-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent 5eaa5fd commit 4a8dd43
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.5", # 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
"uvloop == 0.17.0; platform_system!='Windows'", # Oct 4 2023, msin asyncio loop
Expand Down

0 comments on commit 4a8dd43

Please sign in to comment.