From 8b1c3ec03366fe5279eabb7dc4c40f0e75f91390 Mon Sep 17 00:00:00 2001 From: Salva Date: Fri, 2 Jan 2026 11:45:42 +0100 Subject: [PATCH] pins_ruamel_yaml_version fixes Fix formatting in setup.cfg for install_requires --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d91f4399..a4f5060c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ classifiers = [options] packages = find: install_requires = - ruamel.yaml>=0.15 + ruamel.yaml>=0.15,<0.19 tomli>=1.1.0;python_version<"3.11" python_requires = >=3.10