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", ]