diff --git a/pyproject.toml b/pyproject.toml index 938234b..d3fa2a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Your GitHub activity dashboard in the terminal." readme = "README.md" requires-python = ">=3.10" dependencies = [ - "typer>=0.12.0", + "typer>=0.25.0", "httpx>=0.27.0", "pydantic>=2.0.0", "rich>=13.0.0",