From 49ac8baf5ce74630b2ec2585070f610f1e2c5601 Mon Sep 17 00:00:00 2001 From: "kleinanzeigen-bot-tu[bot]" <100048303+kleinanzeigen-bot-tu[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:04:14 +0100 Subject: [PATCH] chore: Update bandit 1.8.0 -> 1.8.2 (#381) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- pdm.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pdm.lock b/pdm.lock index 5075d5a..3756083 100644 --- a/pdm.lock +++ b/pdm.lock @@ -74,7 +74,7 @@ files = [ [[package]] name = "bandit" -version = "1.8.0" +version = "1.8.2" requires_python = ">=3.9" summary = "Security oriented static analyser for python code." groups = ["dev"] @@ -85,8 +85,8 @@ dependencies = [ "stevedore>=1.20.0", ] 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]]