From c5dc5a33b5f2d6e845a7a1edb7cb267de97de088 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 17:09:56 +0000 Subject: [PATCH] build: bump bandit[toml] from 1.8.6 to 1.9.1 Bumps [bandit[toml]](https://github.com/PyCQA/bandit) from 1.8.6 to 1.9.1. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.6...1.9.1) --- updated-dependencies: - dependency-name: bandit[toml] dependency-version: 1.9.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e294c14c3..ee428e8264 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.1", "safety==3.7.0", "typer==0.20.0", ]