From 340626495dd0e865aaf62be84d1c65ca88192e27 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 20 Jun 2021 23:20:28 +0200 Subject: [PATCH] Allow later ruamel.yaml release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 514c2da..b3bc81c 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ def get_git_commit_datetime() -> str: 'jsonpath-ng>=1.5.1,<2', 'netdisco>=2.8.3,<3', 'regex>=2021.4.4', - 'ruamel.yaml>=0.16.5,<0.17', + 'ruamel.yaml>=0.16.5,<0.18', 'requests>=2.22.0,<3', 'tabulate>=0.8.3,<0.9', ]