From 04be15acdf6f3838d379a4ec39546c0f039fc9bf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 19:23:01 +0000 Subject: [PATCH] Bump black from 19.10b0 to 20.8b1 Bumps [black](https://github.com/psf/black) from 19.10b0 to 20.8b1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/master/CHANGES.md) - [Commits](https://github.com/psf/black/commits) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 41c48e9..98fac0f 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def get_version(): "mypy==0.761", "pylint==2.4.4", "pytest==5.3.2", - "black==19.10b0", + "black==20.8b1", "coverage==5.0.3", "pytest-cov==2.8.1", "hypothesis>=4.42.0,<6.0",