diff --git a/poetry.lock b/poetry.lock index f32cd31..fdd0fbf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "astroid" @@ -50,13 +50,13 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p [[package]] name = "bandit" -version = "1.7.9" +version = "1.7.10" description = "Security oriented static analyser for python code." optional = false python-versions = ">=3.8" files = [ - {file = "bandit-1.7.9-py3-none-any.whl", hash = "sha256:52077cb339000f337fb25f7e045995c4ad01511e716e5daac37014b9752de8ec"}, - {file = "bandit-1.7.9.tar.gz", hash = "sha256:7c395a436743018f7be0a4cbb0a4ea9b902b6d87264ddecf8cfdc73b4f78ff61"}, + {file = "bandit-1.7.10-py3-none-any.whl", hash = "sha256:665721d7bebbb4485a339c55161ac0eedde27d51e638000d91c8c2d68343ad02"}, + {file = "bandit-1.7.10.tar.gz", hash = "sha256:59ed5caf5d92b6ada4bf65bc6437feea4a9da1093384445fed4d472acc6cff7b"}, ] [package.dependencies] @@ -1274,4 +1274,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "3cadfecb119b3bfc882f452b5036cc96fc75ea68927f4de8c3fc015ad01bcda5" +content-hash = "8c6dac1e6b4b0630ad795332d650b8a3e4edbf6fddbd79be958926ae777c3269" diff --git a/pyproject.toml b/pyproject.toml index 3aafb7c..53284e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ jinja2 = "^3.1.4" pyyaml = "^6.0.1" [tool.poetry.dev-dependencies] -bandit = "^1.7.1" +bandit = "^1.7.10" black = {version = "^21.10b0", allow-prereleases = true} darglint = "^1.8.1" isort = {extras = ["colors"], version = "^5.10.1"}