diff --git a/pyproject.toml b/pyproject.toml index 7b62909..28e3819 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ "Topic :: Utilities", ] dependencies = [ - "typer>=0.12", + "typer>=0.26.7", "rich>=13.7", "psutil>=5.9", "send2trash>=1.8",