From 80f32a5b084ba3b8ecbfb59b5f499adce1188a54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 16:28:08 +0000 Subject: [PATCH] build(deps-dev): Bump bandit from 1.9.3 to 1.9.4 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.9.3 to 1.9.4. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.9.3...1.9.4) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b0605f8..8e63c45 100644 --- a/poetry.lock +++ b/poetry.lock @@ -33,14 +33,14 @@ trio = ["trio (>=0.31.0)"] [[package]] name = "bandit" -version = "1.9.3" +version = "1.9.4" description = "Security oriented static analyser for python code." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "bandit-1.9.3-py3-none-any.whl", hash = "sha256:4745917c88d2246def79748bde5e08b9d5e9b92f877863d43fab70cd8814ce6a"}, - {file = "bandit-1.9.3.tar.gz", hash = "sha256:ade4b9b7786f89ef6fc7344a52b34558caec5da74cb90373aed01de88472f774"}, + {file = "bandit-1.9.4-py3-none-any.whl", hash = "sha256:f89ffa663767f5a0585ea075f01020207e966a9c0f2b9ef56a57c7963a3f6f8e"}, + {file = "bandit-1.9.4.tar.gz", hash = "sha256:b589e5de2afe70bd4d53fa0c1da6199f4085af666fde00e8a034f152a52cd628"}, ] [package.dependencies] @@ -1253,4 +1253,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.13,<4.0" -content-hash = "a9917af6f8967bf66938d9bf0c2813fd3127f20d352a7df23965f5706ea18fc1" +content-hash = "72d827f350274d400798ba0bb3fbaaaddb4d3f4fa5e65e70901786f57a73722b" diff --git a/pyproject.toml b/pyproject.toml index 59db1e8..f979311 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ build-backend = "poetry.core.masonry.api" ruff = "^0.15.2" taskipy = "^1.14.1" radon = "^6.0.1" -bandit = "^1.9.3" +bandit = "^1.9.4" mypy = "^1.19.1" [tool.ruff]