diff --git a/pyproject.toml b/pyproject.toml index da3cfcc..fe816da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ - "typer[all]==0.9.0", + "typer[all]==0.10.0", ] [project.optional-dependencies] @@ -45,7 +45,7 @@ dev = [ "pytest==8.1.1", ] test = [ - "pytest-cov==4.1.0", + "pytest-cov==5.0.0", "pytest==8.1.1", ]