From 01159673e5f7f10832a2efad5cc91786baee3bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 10:04:23 +0000 Subject: [PATCH] Bump black from 21.5b1 to 21.5b2 Bumps [black](https://github.com/psf/black) from 21.5b1 to 21.5b2. - [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] --- requirements/format.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/format.txt b/requirements/format.txt index 42d3b49bbb..e3799f0cd9 100644 --- a/requirements/format.txt +++ b/requirements/format.txt @@ -6,7 +6,7 @@ # appdirs==1.4.4 # via black -black==21.5b1 +black==21.5b2 # via -r requirements/format.in click==7.1.2 # via black