From 83a4e054d1b8756d4c045e53dda76e0193907b0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 17:42:03 +0000 Subject: [PATCH] build(deps-dev): bump black from 21.4b2 to 21.5b1 Bumps [black](https://github.com/psf/black) from 21.4b2 to 21.5b1. - [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[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fcddf80a..b1f2ff04 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.4b2", + "black==21.5b1", "isort==5.8.0", ] },