Skip to content

Commit 3cbb6e1

Browse files
dependabot[bot]mr-c
authored andcommitted
Update ruamel-yaml requirement
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]>
1 parent b825873 commit 3cbb6e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ruamel.yaml >= 0.14.12, < 0.17.17
1+
ruamel.yaml >= 0.14.12, < 0.17.18
22
typing
33
schema-salad

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
package_data={"cwlupgrader.tests": ["*.cwl"]},
2828
install_requires=[
2929
"setuptools",
30-
"ruamel.yaml >= 0.14.12, < 0.17.17",
30+
"ruamel.yaml >= 0.14.12, < 0.17.18",
3131
"typing",
3232
"schema_salad",
3333
],

0 commit comments

Comments
 (0)