Skip to content

Commit

Permalink
build(deps): update ruamel-yaml requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) to permit the latest version.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dev-zero committed Nov 10, 2023
1 parent 55a8999 commit fea1793
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 @@ -18,7 +18,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
regex = ">=2021.4,<2024.0"
"ruamel.yaml" = {version = ">=0.16.5,<0.18.0", optional = true}
"ruamel.yaml" = {version = ">=0.16.5,<0.19.0", optional = true}
numpy = "^1.19"
click = "^8.0"
rich = ">=10.7,<14.0"
Expand Down

0 comments on commit fea1793

Please sign in to comment.