From 3e6139fbce94f72c451fa86b0ba9fa9c3b9132df Mon Sep 17 00:00:00 2001 From: danguidara Date: Fri, 20 Oct 2023 18:01:08 -0400 Subject: [PATCH] pin ruamel --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6a4c459..b7ef456 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ classifiers = [options] packages = find: install_requires = - ruamel.yaml>=0.15 + ruamel.yaml>=0.15 < 0.17.39 tomli>=1.1.0;python_version<"3.11" python_requires = >=3.8