From ee46b6c7659e0d69836545c938fc3c446a911ae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:00:31 +0000 Subject: [PATCH 1/2] build: bump bandit[toml] from 1.8.6 to 1.9.2 Bumps [bandit[toml]](https://github.com/PyCQA/bandit) from 1.8.6 to 1.9.2. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.6...1.9.2) --- updated-dependencies: - dependency-name: bandit[toml] dependency-version: 1.9.2 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..5f462227e6 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", ] From f7f6c69f7564326064a391710436e9ee550a23e4 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:02:24 +0000 Subject: [PATCH 2/2] chore: adding changelog file 898.dependencies.md [dependabot-skip] --- doc/source/changelog/898.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/898.dependencies.md 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