We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2ba3b commit fe60489Copy full SHA for fe60489
requirements.txt
@@ -1,2 +1,2 @@
1
-ruamel.yaml >= 0.14.12, < 0.17.21
+ruamel.yaml >= 0.14.12, < 0.17.22
2
schema-salad
setup.py
@@ -27,7 +27,7 @@
27
package_data={"cwlupgrader.tests": ["../testdata/**/*.cwl"]},
28
install_requires=[
29
"setuptools",
30
- "ruamel.yaml >= 0.14.12, < 0.17.21",
+ "ruamel.yaml >= 0.14.12, < 0.17.22",
31
"schema_salad",
32
],
33
entry_points={"console_scripts": ["cwl-upgrader = cwlupgrader.main:main"]},
0 commit comments