Skip to content

Commit f0e66c7

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. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab8a0f6 commit f0e66c7

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
@@ -28,7 +28,7 @@
2828
include_package_data=True,
2929
install_requires=[
3030
"connexion >= 2.0.2, < 3",
31-
"ruamel.yaml >= 0.15.78, <= 0.16.5",
31+
"ruamel.yaml >= 0.15.78, < 0.17.11",
3232
"schema-salad",
3333
],
3434
entry_points={

0 commit comments

Comments
 (0)