diff --git a/poetry.lock b/poetry.lock index c83f0a1..210fb90 100644 --- a/poetry.lock +++ b/poetry.lock @@ -209,7 +209,7 @@ pyflakes = ">=2.4.0,<2.5.0" [[package]] name = "flake8-bugbear" -version = "21.4.3" +version = "21.9.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 @@ -905,7 +905,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7.1" -content-hash = "4dbc08068cc3108f33caba044ee7a4c262dbec2f09ff2e2c25b31df23f0a5d1b" +content-hash = "a7df1fc672e81a7d4ebf23be87791f1a91aeeb579793d06b0abedd4be1656f7d" [metadata.files] appdirs = [ @@ -1097,8 +1097,8 @@ flake8 = [ {file = "flake8-4.0.1.tar.gz", hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d"}, ] flake8-bugbear = [ - {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"}, + {file = "flake8-bugbear-21.9.2.tar.gz", hash = "sha256:db9a09893a6c649a197f5350755100bb1dd84f110e60cf532fdfa07e41808ab2"}, + {file = "flake8_bugbear-21.9.2-py36.py37.py38-none-any.whl", hash = "sha256:4f7eaa6f05b7d7ea4cbbde93f7bcdc5438e79320fa1ec420d860c181af38b769"}, ] graphviz = [ {file = "graphviz-0.16-py2.py3-none-any.whl", hash = "sha256:3cad5517c961090dfc679df6402a57de62d97703e2880a1a46147bb0dc1639eb"}, diff --git a/pyproject.toml b/pyproject.toml index 2873563..badf2d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ black = "^20.8b1" poethepoet = "^0.10.0" pytest = "^6.2.5" flake8 = "^4.0.1" -flake8-bugbear = "^21.4.3" +flake8-bugbear = "^21.9.2" pytest-cov = "^3.0.0" [tool.pytest.ini_options]