diff --git a/pyproject.toml b/pyproject.toml index f0f0933..a1bc6d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ authors = [ license = { text = "GPL-3.0 License" } requires-python = "<4.0.0,>=3.8.1" dependencies = [ - "textual==3.5.0", + "textual==6.7.1", ] name = "recoverpy" version = "2.2.1"