From 8588212eaa716b1e9dbb6e75d806d70704dc344d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 23:29:46 +0000 Subject: [PATCH] Bump bandit from 1.9.2 to 1.9.3 in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [bandit](https://github.com/PyCQA/bandit). Updates `bandit` from 1.9.2 to 1.9.3 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.9.2...1.9.3) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... 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 2f04649..2c77b84 100644 --- a/poetry.lock +++ b/poetry.lock @@ -92,14 +92,14 @@ testing = ["jaraco.test", "pytest (!=8.0.*)", "pytest (>=6,!=8.1.*)", "pytest-ch [[package]] name = "bandit" -version = "1.9.2" +version = "1.9.3" description = "Security oriented static analyser for python code." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "bandit-1.9.2-py3-none-any.whl", hash = "sha256:bda8d68610fc33a6e10b7a8f1d61d92c8f6c004051d5e946406be1fb1b16a868"}, - {file = "bandit-1.9.2.tar.gz", hash = "sha256:32410415cd93bf9c8b91972159d5cf1e7f063a9146d70345641cd3877de348ce"}, + {file = "bandit-1.9.3-py3-none-any.whl", hash = "sha256:4745917c88d2246def79748bde5e08b9d5e9b92f877863d43fab70cd8814ce6a"}, + {file = "bandit-1.9.3.tar.gz", hash = "sha256:ade4b9b7786f89ef6fc7344a52b34558caec5da74cb90373aed01de88472f774"}, ] [package.dependencies] @@ -2443,4 +2443,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "274fa45c1d9065098677457b3607f98bf42adc8bba2263dcd2fa5e9f0573b53a" +content-hash = "ca30f14cba493c650addea167644746ca1aae98022a55d5a1d3eab1c2c2ec696" diff --git a/pyproject.toml b/pyproject.toml index 5e2b322..cb26ec3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ format-markdown = "scripts.format_markdown:main" pytest = "9.0.2" pytest-asyncio = "1.3.0" pytest-cov = "*" -bandit = "1.9.2" +bandit = "1.9.3" pre-commit = "*" black = "*" ruff = "^0.12.12"