diff --git a/components/notifier/pyproject.toml b/components/notifier/pyproject.toml index 775fb38044..a85e630608 100644 --- a/components/notifier/pyproject.toml +++ b/components/notifier/pyproject.toml @@ -18,7 +18,7 @@ optional-dependencies.dev = [ "unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io ] optional-dependencies.tools = [ - "bandit==1.7.10", + "bandit==1.8.0", "fixit==2.1.0", "mypy==1.13.0", "pip-audit==2.7.3",