From e62caaa5492e768b31752dd9656333f6fa73a614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 09:00:43 +0000 Subject: [PATCH] Bump black from 21.6b0 to 21.7b0 in /src/requirements 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] --- src/requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/dev.txt b/src/requirements/dev.txt index 06b066d6..dd3a898e 100644 --- a/src/requirements/dev.txt +++ b/src/requirements/dev.txt @@ -4,7 +4,7 @@ django-debug-toolbar==3.2.1 factory_boy==3.2.0 coverage==5.5 codecov==2.1.11 -black==21.6b0 +black==21.7b0 pre-commit==2.13.0 isort==5.9.2 hypothesis==6.14.2