diff --git a/pyproject.toml b/pyproject.toml index 7dc87c9..a64c399 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ ] dependencies = [ "Pillow >=8.0.0,<10.0.0", - "typer[all] ==0.7.0" + "typer[all] ==0.9.0" ] dynamic = ["version"]