diff --git a/poetry.lock b/poetry.lock index 2af1d20..13bf27f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -272,7 +272,7 @@ pycodestyle = "*" [[package]] name = "flake8-bugbear" -version = "20.11.1" +version = "21.4.3" description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle." category = "dev" optional = false @@ -1030,7 +1030,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "12f0416543f6e33c83a43c3ed72e18f944c01e6503395451acb153073cf9bdb7" +content-hash = "6359e4732f9ca87363c4788cf6ea608fb8798b1f022014aa53293459c9c2d772" [metadata.files] alabaster = [ @@ -1179,8 +1179,8 @@ flake8-bandit = [ {file = "flake8_bandit-2.1.2.tar.gz", hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"}, ] flake8-bugbear = [ - {file = "flake8-bugbear-20.11.1.tar.gz", hash = "sha256:528020129fea2dea33a466b9d64ab650aa3e5f9ffc788b70ea4bc6cf18283538"}, - {file = "flake8_bugbear-20.11.1-py36.py37.py38-none-any.whl", hash = "sha256:f35b8135ece7a014bc0aee5b5d485334ac30a6da48494998cc1fabf7ec70d703"}, + {file = "flake8-bugbear-21.4.3.tar.gz", hash = "sha256:2346c81f889955b39e4a368eb7d508de723d9de05716c287dc860a4073dc57e7"}, + {file = "flake8_bugbear-21.4.3-py36.py37.py38-none-any.whl", hash = "sha256:4f305dca96be62bf732a218fe6f1825472a621d3452c5b994d8f89dae21dbafa"}, ] flake8-docstrings = [ {file = "flake8-docstrings-1.6.0.tar.gz", hash = "sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b"}, diff --git a/pyproject.toml b/pyproject.toml index 8963c64..86dcb1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ django = ">=2.0" black = "^21.6b0" flake8 = "^3.8.4" flake8-bandit = "^2.1.2" -flake8-bugbear = "^20.11.1" +flake8-bugbear = "^21.4.3" safety = "^1.10.3" pytest = "^6.2.1" mypy = "^0.902"