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