Skip to content

Commit c376d31

Browse files
Update ruamel-yaml requirement
Updates the requirements on ruamel-yaml to permit the latest version. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-version: 0.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0fe8648 commit c376d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
requires-python = ">=3.9"
3434
dependencies = [
3535
'tomli>=2.0;python_version<"3.11"',
36-
"ruamel.yaml>=0.18.10,<0.19.0",
36+
"ruamel.yaml>=0.18.10,<0.20.0",
3737
"jsonschema>=4.18.0,<5.0",
3838
"regress>=2024.11.1",
3939
"requests<3.0",

0 commit comments

Comments
 (0)