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