diff --git a/poetry.lock b/poetry.lock index f9fdb717c27..5a3783e6923 100644 --- a/poetry.lock +++ b/poetry.lock @@ -230,7 +230,7 @@ pyflakes = ">=2.4.0,<2.5.0" [[package]] name = "flake8-black" -version = "0.2.3" +version = "0.2.5" description = "flake8 plugin to call black as a code style validator" category = "dev" optional = false @@ -1057,7 +1057,7 @@ pydantic = ["pydantic", "email-validator"] [metadata] lock-version = "1.1" python-versions = "^3.6.2" -content-hash = "cf8b7764b84b398aeca74c548ad9872294a4f772ea1b1a93899ac6d70b2ef2b6" +content-hash = "257637f6b6d9ca37a7a0e0304611632166a22892bd902b93f0c2b086a797ae2a" [metadata.files] atomicwrites = [ @@ -1177,8 +1177,8 @@ flake8 = [ {file = "flake8-4.0.1.tar.gz", hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d"}, ] flake8-black = [ - {file = "flake8-black-0.2.3.tar.gz", hash = "sha256:c199844bc1b559d91195ebe8620216f21ed67f2cc1ff6884294c91a0d2492684"}, - {file = "flake8_black-0.2.3-py3-none-any.whl", hash = "sha256:cc080ba5b3773b69ba102b6617a00cc4ecbad8914109690cfda4d565ea435d96"}, + {file = "flake8-black-0.2.5.tar.gz", hash = "sha256:fb6372cc90da129eec492989485a4f99d976f41d4072536470c18e0da0164724"}, + {file = "flake8_black-0.2.5-py3-none-any.whl", hash = "sha256:022744ef1513f9a0b748c65ae2a81024d71b992c88f48212187a3fdbb4988943"}, ] flake8-bugbear = [ {file = "flake8-bugbear-22.4.25.tar.gz", hash = "sha256:f7c080563fca75ee6b205d06b181ecba22b802babb96b0b084cc7743d6908a55"}, diff --git a/pyproject.toml b/pyproject.toml index 83db461cebb..844847de0a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ coverage = {extras = ["toml"], version = "^6.2"} pytest = "^7.0.1" black = "^21.12b0" flake8 = "^4.0.1" -flake8-black = "^0.2.3" +flake8-black = "^0.2.5" flake8-builtins = "^1.5.3" flake8-comprehensions = "^3.7.0" flake8-debugger = "^4.0.0"