chore(deps-dev): bump bandit from 1.7.8 to 1.7.9 (#4271)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-06-18 11:44:02 +02:00
committed by GitHub
parent 59d3b2f33e
commit b7c1fabae1
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -627,13 +627,13 @@ dev = ["freezegun (>=1.0,<2.0)", "pytest (>=6.0)", "pytest-cov"]
[[package]]
name = "bandit"
version = "1.7.8"
version = "1.7.9"
description = "Security oriented static analyser for python code."
optional = false
python-versions = ">=3.8"
files = [
{file = "bandit-1.7.8-py3-none-any.whl", hash = "sha256:509f7af645bc0cd8fd4587abc1a038fc795636671ee8204d502b933aee44f381"},
{file = "bandit-1.7.8.tar.gz", hash = "sha256:36de50f720856ab24a24dbaa5fee2c66050ed97c1477e0a1159deab1775eab6b"},
{file = "bandit-1.7.9-py3-none-any.whl", hash = "sha256:52077cb339000f337fb25f7e045995c4ad01511e716e5daac37014b9752de8ec"},
{file = "bandit-1.7.9.tar.gz", hash = "sha256:7c395a436743018f7be0a4cbb0a4ea9b902b6d87264ddecf8cfdc73b4f78ff61"},
]
[package.dependencies]
@@ -4890,4 +4890,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "091dd96d1fdfc1c8e3bfdf2b9d872fc2a18a80f4180f66f0b6b0ca75efe2e279"
content-hash = "9d612273bd958e6856fb23b5cb3891f1d8aa93e43e9573aa8bd1e786332a4299"
+1 -1
View File
@@ -77,7 +77,7 @@ optional = true
typer = "0.12.3"
[tool.poetry.group.dev.dependencies]
bandit = "1.7.8"
bandit = "1.7.9"
black = "24.4.2"
coverage = "7.5.3"
docker = "7.1.0"