diff --git a/poetry.lock b/poetry.lock index 4a04058..b33c520 100644 --- a/poetry.lock +++ b/poetry.lock @@ -387,7 +387,7 @@ tomli = "*" [[package]] name = "flake8-bugbear" -version = "22.8.22" +version = "22.8.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 @@ -1390,7 +1390,7 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "8f7a655eaf4a9abb2056cfa0a390c917152fcd8b95256733bb5ca57192057254" +content-hash = "2974eb45edddd2ea51b9629d6ff3940567553696a0cc2d8b0d9fee85e3da469e" [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.8.22.tar.gz", hash = "sha256:1d240736dc93ecad9ff21e1d521283b9461d132b3ff2170569bd5ff3dacda385"}, - {file = "flake8_bugbear-22.8.22-py3-none-any.whl", hash = "sha256:b5718bf5d0d28a4cfd15054f4706fc2936f7339ed8366b919a1979eb5df50764"}, + {file = "flake8-bugbear-22.8.23.tar.gz", hash = "sha256:de0717d11124a082118dd08387b34fd86b2721642ec2d8e92be66cfa5ea7c445"}, + {file = "flake8_bugbear-22.8.23-py3-none-any.whl", hash = "sha256:1b0ebe0873d1cd55bf9f1588bfcb930db339018ef44a3981a26532daa9fd14a8"}, ] flake8-builtins = [ {file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"}, diff --git a/pyproject.toml b/pyproject.toml index 4941a1a..094d772 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ pytest-asyncio = "^0.18.3" fastapi = ">=0.70.1,<0.81" flake8 = "^3.9.2" flake8-black = "^0.3.3" -flake8-bugbear = "^22.8.22" +flake8-bugbear = "^22.8.23" flake8-import-order = "^0.18.1" flake8-bandit = "^3.0.0" flake8-builtins = "^1.5.3"