Skip to content

Commit 9fe3cdf

Browse files
Update ruamel-yaml requirement (#635)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d78582 commit 9fe3cdf

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)