From 1a9f3d65a4a0c8aec85dfa15a051710d75d0eccc Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Fri, 20 Sep 2024 22:04:36 +0200 Subject: [PATCH] tljh package: bump to ruamel.yaml==0.18.* --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5caeab9..2b8af9c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( packages=find_packages(), include_package_data=True, install_requires=[ - "ruamel.yaml==0.17.*", + "ruamel.yaml==0.18.*", "jinja2", "pluggy==1.*", "backoff",