From 0dc2f9f1c6d634f85bd3be0b3d7294bf2ce30ad0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 19:10:56 +0000 Subject: [PATCH] Bump black from 20.8b1 to 21.10b0 Bumps [black](https://github.com/psf/black) from 20.8b1 to 21.10b0. - [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] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index e0fbacf4c0..ac77cadb3a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ -r requirements.txt -e . -black==20.8b1 +black==21.10b0 coverage[toml]==5.3 coveralls==2.2.0 flake8==3.8.4