From 42877b0b6e47b6a1b27d5eca1302bcde2be73862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 06:30:28 +0000 Subject: [PATCH] build(deps-dev): bump black from 20.8b1 to 21.4b0 Bumps [black](https://github.com/psf/black) from 20.8b1 to 21.4b0. - [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[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a6e47bac..580a3be1 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ setuptools.setup( "pytest-instafail==0.4.2", "pytest-cov==2.11.1", "pycodestyle==2.7.0", - "black==20.8b1", + "black==21.4b0", "isort==5.8.0", ] },