From 53be25629642c95691c55d319471a3f2b9d72779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 19:07:32 +0000 Subject: [PATCH] Bump black from 20.8b1 to 22.8.0 Bumps [black](https://github.com/psf/black) from 20.8b1 to 22.8.0. - [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/22.8.0) --- 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..a5828524ae 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ -r requirements.txt -e . -black==20.8b1 +black==22.8.0 coverage[toml]==5.3 coveralls==2.2.0 flake8==3.8.4