From 8be678272dac03d300047467f818103edecd5532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:41:00 +0000 Subject: [PATCH] chore(deps-dev): bump bandit from 1.8.6 to 1.9.2 Bumps [bandit](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 dependency-version: 1.9.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index e92b2c2..9c2f1b9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -115,14 +115,14 @@ extras = ["regex"] [[package]] name = "bandit" -version = "1.8.6" +version = "1.9.2" description = "Security oriented static analyser for python code." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "bandit-1.8.6-py3-none-any.whl", hash = "sha256:3348e934d736fcdb68b6aa4030487097e23a501adf3e7827b63658df464dddd0"}, - {file = "bandit-1.8.6.tar.gz", hash = "sha256:dbfe9c25fc6961c2078593de55fd19f2559f9e45b99f1272341f5b95dea4e56b"}, + {file = "bandit-1.9.2-py3-none-any.whl", hash = "sha256:bda8d68610fc33a6e10b7a8f1d61d92c8f6c004051d5e946406be1fb1b16a868"}, + {file = "bandit-1.9.2.tar.gz", hash = "sha256:32410415cd93bf9c8b91972159d5cf1e7f063a9146d70345641cd3877de348ce"}, ] [package.dependencies] @@ -4139,4 +4139,4 @@ numpy-backend = ["numpy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "bc13b773e345af692c8b919795333d833c1fc0e20fbcbe08a3c8ad77cebccbb4" +content-hash = "ca7a969f04c854a8b6a0f3294be53d334ae73beabefccdc170c7e3a1ca41cc21" diff --git a/pyproject.toml b/pyproject.toml index ff4a363..fb65842 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ mkdocs = "^1.6.1" mkdocs-material = "^9.6.23" mkdocstrings = {extras = ["python"], version = "^0.30.1"} mkdocs-jupyter = "^0.25.1" -bandit = "^1.8.6" +bandit = "^1.9.2" pip-audit = "^2.9.0" cibuildwheel = "^2.19.1" twine = "^6.2.0"