diff --git a/pyproject.toml b/pyproject.toml index 14cf293..92b5043 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "typer>=0.9.0", + "typer>=0.25.1", "rich>=13.0.0", "pyyaml>=6.0", ]