From 8896f03af10231fec634729cf9654926acbe7982 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 21 Jun 2026 17:31:49 +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 fcd4cbe..b1deb5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ - "rougail-base >= 1.1,<2", + "rougail-base >= 1.2.0,<2", "questionary ~= 2.1.0", ]