From 848a532575ba2b34078cf1aed4cca88e0657e09e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 21 Apr 2022 13:59:48 +0000 Subject: [PATCH] chore(deps): update dependency bandit to v1.7.4 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index b508f36..d243459 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 = "5d2108f2607418c79894369b9edaa95e2825ed3bbcfca2ae561d29ec239fe81e" +content-hash = "6bc04b8bf8e388896c99e908a19e3a76cfe12e83fc990a9448ad71c218a8a9d1" [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 c623e14..84500e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,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"