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 Oct 24, 2023
1 parent 01d173f commit bdf2c01
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 @@ -19,7 +19,7 @@ readme = "README.md"
python = ">=3.9,<4"
transitions = ">=0.7,<0.10"
Pint = ">=0.15,<0.23"
"ruamel.yaml" = {version = ">=0.16.5,<0.18.0", optional = true}
"ruamel.yaml" = {version = ">=0.16.5,<0.19.0", optional = true}
pygls = {version = "^1.0.0", optional = true}
Jinja2 = ">=2.11.3,<4.0.0"
pydantic = ">=2,<3.0"
Expand Down

0 comments on commit bdf2c01

Please sign in to comment.