Blob Blame History Raw
From 4febeeed024f9b1f95823fa67443a63d2e6035d9 Mon Sep 17 00:00:00 2001
From: Daniel Milnes <daniel@daniel-milnes.uk>
Date: Sat, 30 Dec 2023 01:53:59 +0000
Subject: [PATCH] Allow ruamel-yaml 0.18

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 3b3eb9b..fbd878b 100644
--- a/setup.py
+++ b/setup.py
@@ -87,7 +87,7 @@ def get_git_commit_datetime() -> str:
     'jsonpath-ng>=1.5.1,<2',
     'netdisco>=3.0.0,<4',
     'regex>=2022.9',
-    'ruamel.yaml>=0.17,<0.18',
+    'ruamel.yaml>=0.17,<0.19',
     'requests>=2.28.0,<3',
     'tabulate>=0.8.3,<0.10',
 ]