Skip to content

Commit 3250ab8

Browse files
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. Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent a4a557c commit 3250ab8

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
@@ -25,7 +25,7 @@
2525
install_requires=[
2626
'future',
2727
'connexion >= 2.0.2, < 3',
28-
'ruamel.yaml >= 0.12.4, <= 0.15.77',
28+
'ruamel.yaml >= 0.12.4, < 0.16.11',
2929
'schema-salad',
3030
'subprocess32==3.5.2'
3131
],

0 commit comments

Comments
 (0)