diff --git a/poetry.lock b/poetry.lock index 7a4da19e..2159b4cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -171,7 +171,7 @@ pyflakes = ">=2.4.0,<2.5.0" [[package]] name = "flake8-bugbear" -version = "22.3.23" +version = "22.4.25" 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 @@ -629,7 +629,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "ee31d1cb5870d6dc711c77316ee870b976623e34b9c0d7c12c51f19db32e3f73" +content-hash = "e50c4e183d0aeeefb3fd089c5b209d160e6afc7d4c528fb6070d0ecea8a1dadb" [metadata.files] appdirs = [ @@ -718,8 +718,8 @@ flake8 = [ {file = "flake8-4.0.1.tar.gz", hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d"}, ] flake8-bugbear = [ - {file = "flake8-bugbear-22.3.23.tar.gz", hash = "sha256:e0dc2a36474490d5b1a2d57f9e4ef570abc09f07cbb712b29802e28a2367ff19"}, - {file = "flake8_bugbear-22.3.23-py3-none-any.whl", hash = "sha256:ec5ec92195720cee1589315416b844ffa5e82f73a78e65329e8055322df1e939"}, + {file = "flake8-bugbear-22.4.25.tar.gz", hash = "sha256:f7c080563fca75ee6b205d06b181ecba22b802babb96b0b084cc7743d6908a55"}, + {file = "flake8_bugbear-22.4.25-py3-none-any.whl", hash = "sha256:ec374101cddf65bd7a96d393847d74e58d3b98669dbf9768344c39b6290e8bd6"}, ] flake8-comprehensions = [ {file = "flake8-comprehensions-3.8.0.tar.gz", hash = "sha256:8e108707637b1d13734f38e03435984f6b7854fa6b5a4e34f93e69534be8e521"}, diff --git a/pyproject.toml b/pyproject.toml index 9a406b63..7c980763 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ types-requests = "^2.27.7" black = "^22.3" codespell = "^2.1.0" flake8 = "^4.0.1" -flake8-bugbear = "^22.3.23" +flake8-bugbear = "^22.4.25" flake8-comprehensions = "^3.8.0" flake8-docstrings = "^1.6.0" flake8-simplify = "^0.18.1"