diff --git a/pyproject.toml b/pyproject.toml index b6b6b44..d757b55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ - "typer[all]==0.17.3", + "typer[all]==0.17.4", ] [project.optional-dependencies] @@ -41,11 +41,11 @@ dev = [ "isort==6.0.1", "mypy==1.17.1", "pep8-naming==0.15.1", - "pytest==8.4.1", + "pytest==8.4.2", ] test = [ - "pytest-cov==6.2.1", - "pytest==8.4.1", + "pytest-cov==6.3.0", + "pytest==8.4.2", ] [project.scripts]