diff --git a/poetry.lock b/poetry.lock index 02b5984..c7ec79c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -220,7 +220,7 @@ description = "flake8 plugin to call black as a code style validator" name = "flake8-black" optional = false python-versions = "*" -version = "0.1.1" +version = "0.1.2" [package.dependencies] black = ">=19.3b0" @@ -600,7 +600,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "b76ed641021e77c0c0894e4adfe30405364f905b585c372c25b1dcf4bc8dc8de" +content-hash = "31e87e5f851ab2e1769de42c6a7de28a32f79e4b6defc0a1ebcff3056b9b356c" python-versions = "^3.7" [metadata.files] @@ -704,7 +704,7 @@ flake8-bandit = [ {file = "flake8_bandit-2.1.2.tar.gz", hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"}, ] flake8-black = [ - {file = "flake8-black-0.1.1.tar.gz", hash = "sha256:56f85aaa5a83f06a3f61e680e3b50f156b5e557ebdcb964d823d86f4c108b0c8"}, + {file = "flake8-black-0.1.2.tar.gz", hash = "sha256:b79d8d868bd42dc2c1f27469b92a984ecab3579ad285a8708ea5f19bf6c1f3a2"}, ] flake8-bugbear = [ {file = "flake8-bugbear-20.1.4.tar.gz", hash = "sha256:bd02e4b009fb153fe6072c31c52aeab5b133d508095befb2ffcf3b41c4823162"}, diff --git a/pyproject.toml b/pyproject.toml index e2c5e53..d9bfb7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ importlib_metadata = {version = "^1.6.0", python = "<3.8"} black = "^19.10b0" flake8 = "^3.7.9" flake8-bandit = "^2.1.2" -flake8-black = "^0.1.1" +flake8-black = "^0.1.2" flake8-bugbear = "^20.1.4" safety = "^1.8.5" pytest = "^5.4.1"