From 03f8fa72707550a135923d4eceb88a1cac2b948c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 19:23:50 +0000 Subject: [PATCH] Bump black from 19.10b0 to 21.6b0 Bumps [black](https://github.com/psf/black) from 19.10b0 to 21.6b0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/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..4521235 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==21.6b0", "coverage==5.0.3", "pytest-cov==2.8.1", "hypothesis>=4.42.0,<6.0",