diff --git a/poetry.lock b/poetry.lock index 25bc208..c530142 100644 --- a/poetry.lock +++ b/poetry.lock @@ -387,7 +387,7 @@ tomli = "*" [[package]] name = "flake8-bugbear" -version = "22.7.1" +version = "22.8.22" 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 @@ -1390,7 +1390,7 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "de457330a40f16016f94ce1c545d659486be143df5a8c86945cefe03b72a6b0c" +content-hash = "e3ed65e08fc35dbd4621c5162066518784574f24ea44de9ee826deda0fa9b1c4" [metadata.files] aiomysql = [ @@ -1680,8 +1680,8 @@ flake8-black = [ {file = "flake8_black-0.3.3-py3-none-any.whl", hash = "sha256:7d667d0059fd1aa468de1669d77cc934b7f1feeac258d57bdae69a8e73c4cd90"}, ] flake8-bugbear = [ - {file = "flake8-bugbear-22.7.1.tar.gz", hash = "sha256:e450976a07e4f9d6c043d4f72b17ec1baf717fe37f7997009c8ae58064f88305"}, - {file = "flake8_bugbear-22.7.1-py3-none-any.whl", hash = "sha256:db5d7a831ef4412a224b26c708967ff816818cabae415e76b8c58df156c4b8e5"}, + {file = "flake8-bugbear-22.8.22.tar.gz", hash = "sha256:1d240736dc93ecad9ff21e1d521283b9461d132b3ff2170569bd5ff3dacda385"}, + {file = "flake8_bugbear-22.8.22-py3-none-any.whl", hash = "sha256:b5718bf5d0d28a4cfd15054f4706fc2936f7339ed8366b919a1979eb5df50764"}, ] flake8-builtins = [ {file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"}, diff --git a/pyproject.toml b/pyproject.toml index ebb9361..55e362c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ pytest-asyncio = "^0.18.3" fastapi = ">=0.70.1,<0.80" flake8 = "^3.9.2" flake8-black = "^0.3.3" -flake8-bugbear = "^22.7.1" +flake8-bugbear = "^22.8.22" flake8-import-order = "^0.18.1" flake8-bandit = "^3.0.0" flake8-builtins = "^1.5.3"