diff --git a/poetry.lock b/poetry.lock index 6a2d84d2..85878a23 100644 --- a/poetry.lock +++ b/poetry.lock @@ -337,7 +337,7 @@ pycodestyle = "*" [[package]] name = "flake8-bugbear" -version = "22.1.11" +version = "22.3.23" 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 @@ -1259,7 +1259,7 @@ cli = ["click", "tabulate", "dateparser"] [metadata] lock-version = "1.1" python-versions = "^3.7.1" -content-hash = "878883609f2e2c847066006265e51d452d3d66d3b477a5b07f2e157f550563ca" +content-hash = "7fc2d27e2de6ee65c8f6f5a5f5ef68fad19f63ffb7c75e113834efbf897d34a0" [metadata.files] aiohttp = [ @@ -1509,8 +1509,8 @@ flake8-bandit = [ {file = "flake8_bandit-3.0.0.tar.gz", hash = "sha256:54d19427e6a8d50322a7b02e1841c0a7c22d856975f3459803320e0e18e2d6a1"}, ] flake8-bugbear = [ - {file = "flake8-bugbear-22.1.11.tar.gz", hash = "sha256:4c2a4136bd4ecb8bf02d5159af302ffc067642784c9d0488b33ce4610da825ee"}, - {file = "flake8_bugbear-22.1.11-py3-none-any.whl", hash = "sha256:ce7ae44aaaf67ef192b8a6de94a5ac617144e1675ad0654fdea556f48dc18d9b"}, + {file = "flake8-bugbear-22.3.23.tar.gz", hash = "sha256:e0dc2a36474490d5b1a2d57f9e4ef570abc09f07cbb712b29802e28a2367ff19"}, + {file = "flake8_bugbear-22.3.23-py3-none-any.whl", hash = "sha256:ec5ec92195720cee1589315416b844ffa5e82f73a78e65329e8055322df1e939"}, ] flake8-docstrings = [ {file = "flake8-docstrings-1.6.0.tar.gz", hash = "sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b"}, diff --git a/pyproject.toml b/pyproject.toml index 56dcbac9..4b7e1304 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pre-commit = "^2.17.0" flake8 = "^4.0.1" black = "^22.1" flake8-bandit = "^3.0.0" -flake8-bugbear = "^22.1.11" +flake8-bugbear = "^22.3.23" flake8-docstrings = "^1.6.0" flake8-rst-docstrings = "^0.2.5" pep8-naming = "^0.12.1"