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