diff --git a/pomodoro/pyproject.toml b/pomodoro/pyproject.toml index 04d9fdc..28686f3 100644 --- a/pomodoro/pyproject.toml +++ b/pomodoro/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Pomodoro timer TUI — stay present, stay focused" requires-python = ">=3.11" dependencies = [ - "textual>=1.0", + "textual>=8.2.3", ] [dependency-groups]