From 58f0d5dc2c0fefaae031af7001c840ceed7822ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:36:36 +0000 Subject: [PATCH 1/2] chore: bump bandit from 1.9.1 to 1.9.2 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.9.1...1.9.2) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 227bda5..116ce07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ doc = [ "sphinx-jinja==2.0.2", ] vulnerabilities = [ - "bandit==1.9.1", + "bandit==1.9.2", "safety==3.7.0", ] tests = [ From af616e1a4df781cc1ae706c39e3e58936f04704f Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:38:01 +0000 Subject: [PATCH 2/2] chore: adding changelog file 276.miscellaneous.md [dependabot-skip] --- doc/changelog.d/276.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/276.miscellaneous.md diff --git a/doc/changelog.d/276.miscellaneous.md b/doc/changelog.d/276.miscellaneous.md new file mode 100644 index 0000000..c64ca65 --- /dev/null +++ b/doc/changelog.d/276.miscellaneous.md @@ -0,0 +1 @@ +Chore: bump bandit from 1.9.1 to 1.9.2