From 28954e8e1349ebe85ea7413fbdd62b0247f6cac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 12:05:49 +0000 Subject: [PATCH] Bump black from 21.7b0 to 23.1.0 in /requirements Bumps [black](https://github.com/psf/black) from 21.7b0 to 23.1.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/23.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 2db0a9e..6c69dc7 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,7 +1,7 @@ -r base.txt # Linters -black==21.7b0 # https://github.com/psf/black +black==23.1.0 # https://github.com/psf/black isort==5.9.3 # https://pycqa.github.io/isort/ pre-commit==2.14.0 # https://pre-commit.com/