diff --git a/pyproject.toml b/pyproject.toml index 40b17f1..b9883b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ - "typer[all]==0.26.6", + "typer[all]==0.26.8", ] [project.optional-dependencies] @@ -41,11 +41,11 @@ dev = [ "isort==8.0.1", "mypy==2.1.0", "pep8-naming==0.15.1", - "pytest==9.0.3", + "pytest==9.1.1", ] test = [ "pytest-cov==7.1.0", - "pytest==9.0.3", + "pytest==9.1.1", ] [project.scripts]