From b101e159854e34c941b9db01537c7e6f6397a6cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 09:53:03 +0100 Subject: [PATCH] build(deps-dev): bump bandit from 1.7.5 to 1.7.6 (#3179) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5e895109..fed23631 100644 --- a/poetry.lock +++ b/poetry.lock @@ -295,18 +295,18 @@ files = [ [[package]] name = "bandit" -version = "1.7.5" +version = "1.7.6" description = "Security oriented static analyser for python code." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "bandit-1.7.5-py3-none-any.whl", hash = "sha256:75665181dc1e0096369112541a056c59d1c5f66f9bb74a8d686c3c362b83f549"}, - {file = "bandit-1.7.5.tar.gz", hash = "sha256:bdfc739baa03b880c2d15d0431b31c658ffc348e907fe197e54e0389dd59e11e"}, + {file = "bandit-1.7.6-py3-none-any.whl", hash = "sha256:36da17c67fc87579a5d20c323c8d0b1643a890a2b93f00b3d1229966624694ff"}, + {file = "bandit-1.7.6.tar.gz", hash = "sha256:72ce7bc9741374d96fb2f1c9a8960829885f1243ffde743de70a19cee353e8f3"}, ] [package.dependencies] colorama = {version = ">=0.3.9", markers = "platform_system == \"Windows\""} -GitPython = ">=1.0.1" +GitPython = ">=3.1.30" PyYAML = ">=5.3.1" rich = "*" stevedore = ">=1.20.0" @@ -3312,4 +3312,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "1ce831acf68aa7f97db63fe9915f9807d2afb1590cb66cff5345680888d9ab01" +content-hash = "0691e40fa4cefaa53b1de26a930995f1e47d965537af23d459a8748d3738a0e3" diff --git a/pyproject.toml b/pyproject.toml index 84c6fab2..52a6547e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ tabulate = "0.9.0" docs = ["mkdocs", "mkdocs-material"] [tool.poetry.group.dev.dependencies] -bandit = "1.7.5" +bandit = "1.7.6" black = "22.12.0" coverage = "7.3.2" docker = "6.1.3"