diff --git a/doc/source/changelog/898.dependencies.md b/doc/source/changelog/898.dependencies.md new file mode 100644 index 0000000000..33f377c6fa --- /dev/null +++ b/doc/source/changelog/898.dependencies.md @@ -0,0 +1 @@ +Bump bandit[toml] from 1.8.6 to 1.9.2 diff --git a/pyproject.toml b/pyproject.toml index ccd7c58752..d6dcf7827a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ scripts.pystk-migration-assistant = "ansys.stk.core.tools.api_migration_assistan [dependency-groups] vulnerabilities = [ - "bandit[toml]==1.8.6", + "bandit[toml]==1.9.2", "safety==3.7.0", "typer==0.20.0", ]