From 0b1c80d4d51d9864db09698aed9973bb48931ddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 06:36:46 +0000 Subject: [PATCH] build(deps-dev): bump black from 21.4b0 to 21.4b2 Bumps [black](https://github.com/psf/black) from 21.4b0 to 21.4b2. - [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 1b1c685a..2afaf627 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ setuptools.setup( "pytest-instafail==0.4.2", "pytest-cov==2.11.1", "pycodestyle==2.7.0", - "black==21.4b0", + "black==21.4b2", "isort==5.8.0", ] },