From 63e7d23f81c5633129a4b71e8df42da00421a8a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 02:15:11 +0000 Subject: [PATCH] build(deps-dev): bump bandit from 1.8.0 to 1.8.2 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.8.0 to 1.8.2. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.0...1.8.2) --- updated-dependencies: - dependency-name: bandit 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 4b79d09..fa88d19 100644 --- a/poetry.lock +++ b/poetry.lock @@ -27,13 +27,13 @@ cryptography = "*" [[package]] name = "bandit" -version = "1.8.0" +version = "1.8.2" description = "Security oriented static analyser for python code." optional = false python-versions = ">=3.9" files = [ - {file = "bandit-1.8.0-py3-none-any.whl", hash = "sha256:b1a61d829c0968aed625381e426aa378904b996529d048f8d908fa28f6b13e38"}, - {file = "bandit-1.8.0.tar.gz", hash = "sha256:b5bfe55a095abd9fe20099178a7c6c060f844bfd4fe4c76d28e35e4c52b9d31e"}, + {file = "bandit-1.8.2-py3-none-any.whl", hash = "sha256:df6146ad73dd30e8cbda4e29689ddda48364e36ff655dbfc86998401fcf1721f"}, + {file = "bandit-1.8.2.tar.gz", hash = "sha256:e00ad5a6bc676c0954669fe13818024d66b70e42cf5adb971480cf3b671e835f"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.13.1" -content-hash = "d61624a206b09c4f617f26e9d1cb07862f9d782bc3485a574f0e171f2e295211" +content-hash = "4facfbb2a4874ec5b9a58af3750bfcc8b9725777eba49b8b3fbf04a2d5628636" diff --git a/pyproject.toml b/pyproject.toml index 9c749fe..81377e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ Flask = "^3.0.3" [tool.poetry.dev-dependencies] spec = "^1.4.1" -bandit = "^1.7.9" +bandit = "^1.8.2" safety = "^3.2.4" mutmut = "^3.2.2" junit2html = "^31.0.2"