diff --git a/poetry.lock b/poetry.lock index 35708483c30..0732107252a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -68,14 +68,14 @@ tomli = {version = "*", markers = "python_version < \"3.11\""} [[package]] name = "bandit" -version = "1.7.7" +version = "1.7.8" description = "Security oriented static analyser for python code." category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "bandit-1.7.7-py3-none-any.whl", hash = "sha256:17e60786a7ea3c9ec84569fd5aee09936d116cb0cb43151023258340dbffb7ed"}, - {file = "bandit-1.7.7.tar.gz", hash = "sha256:527906bec6088cb499aae31bc962864b4e77569e9d529ee51df3a93b4b8ab28a"}, + {file = "bandit-1.7.8-py3-none-any.whl", hash = "sha256:509f7af645bc0cd8fd4587abc1a038fc795636671ee8204d502b933aee44f381"}, + {file = "bandit-1.7.8.tar.gz", hash = "sha256:36de50f720856ab24a24dbaa5fee2c66050ed97c1477e0a1159deab1775eab6b"}, ] [package.dependencies] @@ -86,6 +86,7 @@ stevedore = ">=1.20.0" [package.extras] 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)"] toml = ["tomli (>=1.1.0)"] yaml = ["PyYAML"] @@ -1536,4 +1537,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.12" -content-hash = "8325d701fd1d728a2113a72715f847b9d55f9d07ea90ecbc4f3d2e4b81b25a1c" +content-hash = "7edfa8e51409754418b88bc5ce5f08cbeba0ad1a0ce0644fb188b2a9b01002e8" diff --git a/pyproject.toml b/pyproject.toml index 86374a63eb1..a536953b8a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ autopep8 = "2.0.4" pylint = "3.1.0" flake8 = "7.0.0" black = "24.2.0" -bandit = "1.7.7" +bandit = "1.7.8" [build-system] requires = ["poetry-core>=1.0.0"]