From 8349ef343db5350ce356dc6ff79f9a842a807eb1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 09:25:31 +0000 Subject: [PATCH] Bump flake8-black from 0.1.1 to 0.1.2 Bumps [flake8-black](https://github.com/peterjc/flake8-black) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/peterjc/flake8-black/releases) - [Commits](https://github.com/peterjc/flake8-black/compare/v0.1.1...v0.1.2) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0f4e1b2..b82431e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -202,7 +202,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" @@ -665,7 +665,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "53fa0f03cc372b47d483b81b7b5e377427945035bf6a1149c76262c39e3479eb" +content-hash = "ff7cf968a34a2e62187101091776148dae22239504c399e1c56be79009116bba" python-versions = "^3.7" [metadata.files] @@ -764,7 +764,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 577f193..9a32a1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pytest-cov = "^2.8.1" black = "^19.10b0" flake8 = "^3.8.1" flake8-bandit = "^2.1.2" -flake8-black = "^0.1.1" +flake8-black = "^0.1.2" flake8-bugbear = "^20.1.4" safety = "^1.8.5" mypy = "^0.770"