From a5a399df71dca7e714e212a5e20f447902c54943 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 21 Jun 2026 18:23:35 +0200 Subject: [PATCH] fix: rougail dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1223b06a..ff0d95796 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ - "rougail-base > 1.1,<2", + "rougail-base >= 1.2.0,<2", "tabulate ~= 0.9.0", "rich ~= 13.9.3", ]