Skip to content

Commit 0b64935

Browse files
Update ruamel-yaml requirement from <0.18,>=0.16.0 to >=0.16.0,<0.19 (#2066)
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>
1 parent ee30368 commit 0b64935

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
@@ -6,7 +6,7 @@ requires = [
66
"types-requests",
77
"types-psutil",
88
"importlib_resources>=1.4;python_version<'3.9'",
9-
"ruamel.yaml>=0.16.0,<0.18",
9+
"ruamel.yaml>=0.16.0,<0.19",
1010
"schema-salad>=8.7,<9",
1111
"cwl-utils>=0.32",
1212
"toml",

0 commit comments

Comments
 (0)