From 705b5c3c8a497dce5b9ae9eeebe65a93fedd893b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 May 2020 09:17:26 +0000 Subject: [PATCH] Bump flake8-black from 0.1.2 to 0.2.0 Bumps [flake8-black](https://github.com/peterjc/flake8-black) from 0.1.2 to 0.2.0. - [Release notes](https://github.com/peterjc/flake8-black/releases) - [Commits](https://github.com/peterjc/flake8-black/compare/v0.1.2...v0.2.0) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5487617..dbb728f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -202,10 +202,10 @@ description = "flake8 plugin to call black as a code style validator" name = "flake8-black" optional = false python-versions = "*" -version = "0.1.2" +version = "0.2.0" [package.dependencies] -black = ">=19.3b0" +black = "*" flake8 = ">=3.0.0" [[package]] @@ -665,7 +665,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "ff7cf968a34a2e62187101091776148dae22239504c399e1c56be79009116bba" +content-hash = "96125c15a2dd144cd109e5570be8c8a54638cb38b8873138c9a1f58b72a658a4" 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.2.tar.gz", hash = "sha256:b79d8d868bd42dc2c1f27469b92a984ecab3579ad285a8708ea5f19bf6c1f3a2"}, + {file = "flake8-black-0.2.0.tar.gz", hash = "sha256:10e7ff9f81f637a9471684e5624d6a32b11cba362b38df4e20fc8f761184440b"}, ] flake8-bugbear = [ {file = "flake8-bugbear-20.1.4.tar.gz", hash = "sha256:bd02e4b009fb153fe6072c31c52aeab5b133d508095befb2ffcf3b41c4823162"}, diff --git a/pyproject.toml b/pyproject.toml index 9a32a1b..cd0c2d1 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.2" +flake8-black = "^0.2.0" flake8-bugbear = "^20.1.4" safety = "^1.8.5" mypy = "^0.770"