diff --git a/pyproject.toml b/pyproject.toml index 3ac41b1..17449da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ { name = "reekeer" }, ] dependencies = [ - "textual>=0.80.0", + "textual>=8.2.5", "rich>=15.0.0", ]