From d36d075dc2dff041802ce90e80442483d245c199 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 21 Jun 2026 18:45:49 +0200 Subject: [PATCH] fix: dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aafc7ce76..e494f17a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "rougail-base >= 1.2.0,<2", - "tabulate ~= 0.9.0", + "tabulate ~= 0.10.0", # same as rougail-output-table "rich ~= 13.9.3", ]