Skip to content

Commit 3021fe4

Browse files
authored
Merge pull request #917 from common-workflow-language/ruamel_pin
fix ruamel version
2 parents 6bead59 + 3b79080 commit 3021fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
'setuptools',
5454
'requests >= 2.6.1', # >= 2.6.1 to workaround
5555
# https://github.com/ionrock/cachecontrol/issues/137
56-
'ruamel.yaml >= 0.12.4, < 0.16',
56+
'ruamel.yaml >= 0.12.4, <= 0.15.51',
5757
'rdflib >= 4.2.2, < 4.3.0',
5858
'shellescape >= 3.4.1, < 3.5',
5959
'schema-salad >= 2.7.20180905124720, < 3',

0 commit comments

Comments
 (0)