diff --git a/poetry.lock b/poetry.lock index 936b17f..2df0f09 100644 --- a/poetry.lock +++ b/poetry.lock @@ -258,14 +258,14 @@ pyflakes = ">=2.4.0,<2.5.0" [[package]] name = "flake8-bandit" -version = "2.1.2" +version = "3.0.0" description = "Automated security testing with bandit and flake8." category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.6" [package.dependencies] -bandit = "*" +bandit = ">=1.7.3" flake8 = "*" flake8-polyfill = "*" pycodestyle = "*" @@ -1151,7 +1151,7 @@ python-dateutil = "*" [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "e8c5c598d3f122bb3729ecb97055b4cac8b00c7419439418f2e2a7e4c7d5d3c0" +content-hash = "f1543064b43f51ac5e39e35805b7b78ddf8ee07397b39d36d664dc429f724ff4" [metadata.files] alabaster = [ @@ -1303,7 +1303,8 @@ flake8 = [ {file = "flake8-4.0.1.tar.gz", hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d"}, ] flake8-bandit = [ - {file = "flake8_bandit-2.1.2.tar.gz", hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"}, + {file = "flake8_bandit-3.0.0-py2.py3-none-any.whl", hash = "sha256:61b617f4f7cdaa0e2b1e6bf7b68afb2b619a227bb3e3ae00dd36c213bd17900a"}, + {file = "flake8_bandit-3.0.0.tar.gz", hash = "sha256:54d19427e6a8d50322a7b02e1841c0a7c22d856975f3459803320e0e18e2d6a1"}, ] flake8-bugbear = [ {file = "flake8-bugbear-21.11.29.tar.gz", hash = "sha256:8b04cb2fafc6a78e1a9d873bd3988e4282f7959bb6b0d7c1ae648ec09b937a7b"}, diff --git a/pyproject.toml b/pyproject.toml index 79a8931..fd58611 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ sphinx-autobuild = ">=2021.3.14" pre-commit = "^2.15.0" flake8 = "^4.0.1" black = ">=21.10b0" -flake8-bandit = "^2.1.2" +flake8-bandit = "^3.0.0" flake8-bugbear = "^21.9.2" flake8-docstrings = "^1.6.0" flake8-rst-docstrings = "^0.2.3"