From 757dfd91f3fa2bfc8f0f01873ecb4199f7b3bba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:05:17 +0000 Subject: [PATCH] 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 2620a46..e828fa3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -20,14 +20,14 @@ tests = ["mypy (>=0.800)", "pytest", "pytest-asyncio"] [[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] @@ -518,4 +518,4 @@ tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} [metadata] lock-version = "2.1" python-versions = ">= 3.10 < 3.13" -content-hash = "29f567770c65c1f8cb45ac25bcd10a0258393df410e0588eae5a800868069ed8" +content-hash = "10c593f33cdc05fbc7b1ada044d1c8e5036c1e7b56b3e2d89cdc011f0c962946" diff --git a/pyproject.toml b/pyproject.toml index 4f96305..b91e2ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ cryptography = "^44.0.3" [tool.poetry.group.dev.dependencies] flake8 = "^7.3.0" -bandit = "^1.8.6" +bandit = "^1.9.2" vulture = "^2.14" [tool.bandit]