diff --git a/pyproject.toml b/pyproject.toml index 6551b7a..aa04624 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,13 +24,13 @@ classifiers = [ ] dependencies = [ - "typer[all]==0.17.4", + "typer[all]==0.19.1", ] [project.optional-dependencies] dev = [ "bandit[toml]==1.8.6", - "black==25.1.0", + "black==25.9.0", "flake8-bugbear==24.12.12", "flake8-comprehensions==3.17.0", "flake8-docstrings==1.7.0", @@ -39,7 +39,7 @@ dev = [ "flake8-simplify==0.22.0", "flake8==7.3.0", "isort==6.0.1", - "mypy==1.18.1", + "mypy==1.18.2", "pep8-naming==0.15.1", "pytest==8.4.2", ]