From 9361b3deb16d1138aa6449f62245a3845878a048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 14:02:42 +0000 Subject: [PATCH] build(deps-dev): bump black from 21.6b0 to 21.7b0 Bumps [black](https://github.com/psf/black) from 21.6b0 to 21.7b0. - [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) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 69da676a..ee481d13 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ setuptools.setup( "pytest-instafail==0.4.2", "pytest-cov==2.12.1", "pycodestyle==2.7.0", - "black==21.6b0", + "black==21.7b0", "isort==5.9.2", "mypy==0.910", # type stubs for mypy