diff --git a/poetry.lock b/poetry.lock index 5c33d90..dcf1a87 100644 --- a/poetry.lock +++ b/poetry.lock @@ -77,7 +77,7 @@ pyflakes = ">=1.1.0" [[package]] name = "bandit" -version = "1.7.2" +version = "1.7.4" description = "Security oriented static analyser for python code." category = "dev" optional = false @@ -90,7 +90,7 @@ PyYAML = ">=5.3.1" stevedore = ">=1.20.0" [package.extras] -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"] +test = ["coverage (>=4.5.4)", "fixtures (>=3.0.0)", "flake8 (>=4.0.0)", "stestr (>=2.5.0)", "testscenarios (>=0.5.0)", "testtools (>=2.3.0)", "toml", "beautifulsoup4 (>=4.8.0)", "pylint (==1.9.4)"] toml = ["toml"] yaml = ["pyyaml"] @@ -853,7 +853,7 @@ dev = ["pytest (>=4.6.2)", "black (>=19.3b0)"] [metadata] lock-version = "1.1" python-versions = ">=3.8,<3.11" -content-hash = "7dcceb2ec4eafc96922c031fe2ba534b9d71b28f1e4db290b2b76e547b55c396" +content-hash = "45328e0039476a6b7b50fac5a7b7f52a086bec39777ccbd2f826bfeff203d45e" [metadata.files] add-trailing-comma = [ @@ -884,8 +884,8 @@ autoflake = [ {file = "autoflake-1.4.tar.gz", hash = "sha256:61a353012cff6ab94ca062823d1fb2f692c4acda51c76ff83a8d77915fba51ea"}, ] bandit = [ - {file = "bandit-1.7.2-py3-none-any.whl", hash = "sha256:e20402cadfd126d85b68ed4c8862959663c8c372dbbb1fca8f8e2c9f55a067ec"}, - {file = "bandit-1.7.2.tar.gz", hash = "sha256:6d11adea0214a43813887bfe71a377b5a9955e4c826c8ffd341b494e3ab25260"}, + {file = "bandit-1.7.4-py3-none-any.whl", hash = "sha256:412d3f259dab4077d0e7f0c11f50f650cc7d10db905d98f6520a95a18049658a"}, + {file = "bandit-1.7.4.tar.gz", hash = "sha256:2d63a8c573417bae338962d4b9b06fbc6080f74ecd955a092849e1e65c717bd2"}, ] black = [ {file = "black-21.12b0-py3-none-any.whl", hash = "sha256:a615e69ae185e08fdd73e4715e260e2479c861b5740057fde6e8b4e3b7dd589f"}, diff --git a/pyproject.toml b/pyproject.toml index 0ac4d73..a28f57e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ isort = "5.10.1" mypy = "0.910.0" wemake-python-styleguide = "0.16.0" -bandit = "1.7.2" # https://github.com/PyCQA/bandit/issues/837 +bandit = "1.7.4" # https://github.com/PyCQA/bandit/issues/837 pytest = "^6.2.5" pytest-asyncio = "0.18.1"