Skip to content

Commit

Permalink
Update ruamel-yaml requirement from 0.16.0 to 0.18.6 (#9)
Browse files Browse the repository at this point in the history
Updates the requirements on [ruamel-yaml]() to permit the latest version.

---
updated-dependencies:
- dependency-name: ruamel-yaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 8, 2024
1 parent 004cf0d commit c94ddfb
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 @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8,<4"
"ruamel.yaml" = "0.16.0"
"ruamel.yaml" = "0.18.6"

[tool.poetry.scripts]
yaml_shellcheck = "yaml_shellcheck:main"
Expand Down

0 comments on commit c94ddfb

Please sign in to comment.