diff --git a/poetry.lock b/poetry.lock index 0b4b0d6..dcb6cd9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -450,16 +450,16 @@ pycodestyle = "*" [[package]] name = "flake8-black" -version = "0.2.5" +version = "0.3.2" description = "flake8 plugin to call black as a code style validator" category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.7" [package.dependencies] -black = "*" +black = ">=22.1.0" flake8 = ">=3.0.0" -toml = "*" +tomli = "*" [[package]] name = "flake8-bugbear" @@ -1430,7 +1430,7 @@ sqlite = [] [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "6a54d4a560cf04a3e3f4de6064b23802c362b3b53b2a284f0ecb4fd759f662a3" +content-hash = "99f7cb21d121a2e514b3eb96d93edfe79691a71fbc84fba499077ddcb358c8c9" [metadata.files] aiomysql = [ @@ -1722,8 +1722,8 @@ flake8-bandit = [ {file = "flake8_bandit-2.1.2.tar.gz", hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"}, ] flake8-black = [ - {file = "flake8-black-0.2.5.tar.gz", hash = "sha256:fb6372cc90da129eec492989485a4f99d976f41d4072536470c18e0da0164724"}, - {file = "flake8_black-0.2.5-py3-none-any.whl", hash = "sha256:022744ef1513f9a0b748c65ae2a81024d71b992c88f48212187a3fdbb4988943"}, + {file = "flake8-black-0.3.2.tar.gz", hash = "sha256:6f6bf198f3f45df43245d1d1a0ba2035ee5817d167680f9e1af23cde70cb7548"}, + {file = "flake8_black-0.3.2-py3-none-any.whl", hash = "sha256:9c86b24ede16a80555808c6c4779d81bc54cff57d0dd1980029c0e4b39ac8b45"}, ] flake8-bugbear = [ {file = "flake8-bugbear-22.3.23.tar.gz", hash = "sha256:e0dc2a36474490d5b1a2d57f9e4ef570abc09f07cbb712b29802e28a2367ff19"}, diff --git a/pyproject.toml b/pyproject.toml index b67c521..dcf9aa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ codecov = "^2.1.12" pytest-asyncio = "^0.16.0" fastapi = ">=0.70.1,<0.75" flake8 = "^3.9.2" -flake8-black = "^0.2.3" +flake8-black = "^0.3.2" flake8-bugbear = "^22.1.11" flake8-import-order = "^0.18.1" flake8-bandit = "^2.1.2"