diff --git a/pyproject.toml b/pyproject.toml index d93e4c2..7667ec9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "pydantic==2.6.4", "PyYAML==6.0.1", "rich==13.7.1", - "typer[all]==0.10.0", + "typer[all]==0.12.0", ] [project.optional-dependencies] @@ -36,7 +36,7 @@ dev = [ "bandit[toml]==1.7.8", "black==24.3.0", "flake8-bugbear==24.2.6", - "flake8-builtins==2.2.0", + "flake8-builtins==2.3.0", "flake8-comprehensions==3.14.0", "flake8-docstrings==1.7.0", "flake8-encodings[classes]==0.5.1",