diff --git a/pyproject.toml b/pyproject.toml index b3b104f..333f52e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ dev = [ # Dependencies required for development (linting, type checking, etc.) "flake8", "mypy", + "bandit", ] [tool.hatch.build.targets.sdist]