diff --git a/poetry.lock b/poetry.lock index 308ea3a..09871b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -72,7 +72,7 @@ tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (> [[package]] name = "bandit" -version = "1.7.3" +version = "1.7.4" description = "Security oriented static analyser for python code." category = "dev" optional = false @@ -701,7 +701,7 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "1.1" python-versions = "^3.8.0" -content-hash = "72da7436147654b7f26a05e3757dbf7f49161da4e90a69b4829cb2c0ea78ca19" +content-hash = "4efe9dbde46133c73935ca09dde9940969f598879afb27030dba35c756080238" [metadata.files] ansible = [ @@ -727,8 +727,8 @@ attrs = [ {file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"}, ] bandit = [ - {file = "bandit-1.7.3-py3-none-any.whl", hash = "sha256:3ce9b4e6a4f7f41aa966c9543e635dd35e52a793a47e746f0c55c7ecfc69d7e8"}, - {file = "bandit-1.7.3.tar.gz", hash = "sha256:58772ca951bf1129dda8a280d351547de832720bf7b5c29fac3103927980b8a6"}, + {file = "bandit-1.7.4-py3-none-any.whl", hash = "sha256:412d3f259dab4077d0e7f0c11f50f650cc7d10db905d98f6520a95a18049658a"}, + {file = "bandit-1.7.4.tar.gz", hash = "sha256:2d63a8c573417bae338962d4b9b06fbc6080f74ecd955a092849e1e65c717bd2"}, ] cffi = [ {file = "cffi-1.15.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:c2502a1a03b6312837279c8c1bd3ebedf6c12c4228ddbad40912d671ccc8a962"}, diff --git a/pyproject.toml b/pyproject.toml index 3be3ffb..b6bcc77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ unidiff = "0.7.3" yamllint = "1.26.3" [tool.poetry.dev-dependencies] -bandit = "1.7.3" +bandit = "1.7.4" flake8-blind-except = "0.2.0" flake8-builtins = "1.5.3" flake8-docstrings = "1.6.0"