diff --git a/poetry.lock b/poetry.lock index d15b11daae8..41b88208acd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -228,7 +228,7 @@ pyflakes = ">=2.3.0,<2.4.0" [[package]] name = "flake8-black" -version = "0.2.1" +version = "0.2.3" description = "flake8 plugin to call black as a code style validator" category = "dev" optional = false @@ -237,6 +237,7 @@ python-versions = "*" [package.dependencies] black = "*" flake8 = ">=3.0.0" +toml = "*" [[package]] name = "flake8-bugbear" @@ -1084,7 +1085,7 @@ pydantic = ["pydantic", "email-validator"] [metadata] lock-version = "1.1" python-versions = "^3.6.1" -content-hash = "1e91beb4537c7042746d638f86154a664cbb840c1a43b2e902586a1dc7b0b9c2" +content-hash = "ab05f71d499aa5effb55ff6f8435317a8f5053f4d00dcba841c910dc80a57ee5" [metadata.files] appdirs = [ @@ -1212,8 +1213,8 @@ flake8 = [ {file = "flake8-3.9.2.tar.gz", hash = "sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b"}, ] flake8-black = [ - {file = "flake8-black-0.2.1.tar.gz", hash = "sha256:f26651bc10db786c03f4093414f7c9ea982ed8a244cec323c984feeffdf4c118"}, - {file = "flake8_black-0.2.1-py3-none-any.whl", hash = "sha256:941514149cb8b489cb17a4bb1cf18d84375db3b34381bb018de83509437931a0"}, + {file = "flake8-black-0.2.3.tar.gz", hash = "sha256:c199844bc1b559d91195ebe8620216f21ed67f2cc1ff6884294c91a0d2492684"}, + {file = "flake8_black-0.2.3-py3-none-any.whl", hash = "sha256:cc080ba5b3773b69ba102b6617a00cc4ecbad8914109690cfda4d565ea435d96"}, ] flake8-bugbear = [ {file = "flake8-bugbear-21.4.3.tar.gz", hash = "sha256:2346c81f889955b39e4a368eb7d508de723d9de05716c287dc860a4073dc57e7"}, diff --git a/pyproject.toml b/pyproject.toml index 3def6bf149e..74796ae4539 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ coverage = {extras = ["toml"], version = "^5.5"} pytest = "^6.2.2" black = "^20.8b1" flake8 = "^3.9.0" -flake8-black = "^0.2.1" +flake8-black = "^0.2.3" flake8-builtins = "^1.5.3" flake8-comprehensions = "^3.4.0" flake8-debugger = "^4.0.0"