build(deps-dev): bump bandit from 1.7.7 to 1.7.8 (#3523)

This commit is contained in:
dependabot[bot]
2024-03-12 07:38:25 +01:00
committed by GitHub
parent 6d825ced70
commit 8242a882a3
2 changed files with 6 additions and 5 deletions

9
poetry.lock generated
View File

@@ -633,13 +633,13 @@ dev = ["freezegun (>=1.0,<2.0)", "pytest (>=6.0)", "pytest-cov"]
[[package]] [[package]]
name = "bandit" name = "bandit"
version = "1.7.7" version = "1.7.8"
description = "Security oriented static analyser for python code." description = "Security oriented static analyser for python code."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "bandit-1.7.7-py3-none-any.whl", hash = "sha256:17e60786a7ea3c9ec84569fd5aee09936d116cb0cb43151023258340dbffb7ed"}, {file = "bandit-1.7.8-py3-none-any.whl", hash = "sha256:509f7af645bc0cd8fd4587abc1a038fc795636671ee8204d502b933aee44f381"},
{file = "bandit-1.7.7.tar.gz", hash = "sha256:527906bec6088cb499aae31bc962864b4e77569e9d529ee51df3a93b4b8ab28a"}, {file = "bandit-1.7.8.tar.gz", hash = "sha256:36de50f720856ab24a24dbaa5fee2c66050ed97c1477e0a1159deab1775eab6b"},
] ]
[package.dependencies] [package.dependencies]
@@ -650,6 +650,7 @@ stevedore = ">=1.20.0"
[package.extras] [package.extras]
baseline = ["GitPython (>=3.1.30)"] baseline = ["GitPython (>=3.1.30)"]
sarif = ["jschema-to-python (>=1.2.3)", "sarif-om (>=1.0.4)"]
test = ["beautifulsoup4 (>=4.8.0)", "coverage (>=4.5.4)", "fixtures (>=3.0.0)", "flake8 (>=4.0.0)", "pylint (==1.9.4)", "stestr (>=2.5.0)", "testscenarios (>=0.5.0)", "testtools (>=2.3.0)"] test = ["beautifulsoup4 (>=4.8.0)", "coverage (>=4.5.4)", "fixtures (>=3.0.0)", "flake8 (>=4.0.0)", "pylint (==1.9.4)", "stestr (>=2.5.0)", "testscenarios (>=0.5.0)", "testtools (>=2.3.0)"]
toml = ["tomli (>=1.1.0)"] toml = ["tomli (>=1.1.0)"]
yaml = ["PyYAML"] yaml = ["PyYAML"]
@@ -4425,4 +4426,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9,<3.13" python-versions = ">=3.9,<3.13"
content-hash = "7b095528333431a071ec109796a25a99993b7213cd5c41ea67d61a96e54042f8" content-hash = "2d7505444ddf3130460471903852025ef12d17b529a1a87636b63ee49d046d4c"

View File

@@ -62,7 +62,7 @@ slack-sdk = "3.27.1"
tabulate = "0.9.0" tabulate = "0.9.0"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
bandit = "1.7.7" bandit = "1.7.8"
black = "24.2.0" black = "24.2.0"
coverage = "7.4.3" coverage = "7.4.3"
docker = "7.0.0" docker = "7.0.0"