From 99002069126b634a793950267dd3340db715c4a5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:32:18 +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-preview[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 350befaf88..3691bdcd44 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19,7 +19,7 @@ attrs==20.3.0 # pytest backcall==0.2.0 # via ipython -black==21.5b1 ; implementation_name == "cpython" +black==21.5b2 ; implementation_name == "cpython" # via -r test-requirements.in cffi==1.14.5 # via cryptography