diff --git a/poetry.lock b/poetry.lock index 13b409aa..e7dd10d4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -405,7 +405,7 @@ flake8 = ">=3.5,<4.0" [[package]] name = "flake8-bugbear" -version = "21.3.1" +version = "21.3.2" 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 @@ -2056,7 +2056,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = ">=3.7, <3.9" -content-hash = "cd65020b7e66ed738469fc7fbd0aae532f2f4adc1e831419e852224487e67e4c" +content-hash = "ffe96e20bcca8b8ec12fc00bb1c3595d45e8990d602e01ad3ec6d0c6228370f4" [metadata.files] absl-py = [ @@ -2260,8 +2260,8 @@ flake8-broken-line = [ {file = "flake8_broken_line-0.3.0-py3-none-any.whl", hash = "sha256:611f79c7f27118e7e5d3dc098ef7681c40aeadf23783700c5dbee840d2baf3af"}, ] flake8-bugbear = [ - {file = "flake8-bugbear-21.3.1.tar.gz", hash = "sha256:ea08deb8922486e856b38c9338936de1e1de4ad9e7c912be142673d5afe5ac89"}, - {file = "flake8_bugbear-21.3.1-py36.py37.py38-none-any.whl", hash = "sha256:0c5b949dc1f33d2adae284294d39a81dd11534fbf689890fb22ee532cab959d9"}, + {file = "flake8-bugbear-21.3.2.tar.gz", hash = "sha256:cadce434ceef96463b45a7c3000f23527c04ea4b531d16c7ac8886051f516ca0"}, + {file = "flake8_bugbear-21.3.2-py36.py37.py38-none-any.whl", hash = "sha256:5d6ccb0c0676c738a6e066b4d50589c408dcc1c5bf1d73b464b18b73cd6c05c2"}, ] flake8-builtins = [ {file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"}, diff --git a/pyproject.toml b/pyproject.toml index c51db3a9..866d8abd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ flake8-assertive = "^1.2.1" flake8-bandit = "^2.1.2" flake8-black = "^0.2.0" flake8-broken-line = "^0.3.0" -flake8-bugbear = "^21.3.1" +flake8-bugbear = "^21.3.2" flake8-builtins = "^1.5.2" flake8-cognitive-complexity = "^0.1.0" flake8-commas = "^2.0.0"