From d2e3503c5303d0dfe7049fef765bf89d1b296fb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 10:15:37 +0000 Subject: [PATCH] Bump black from 21.10b0 to 23.1.0 Bumps [black](https://github.com/psf/black) from 21.10b0 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: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 ad84b50..a64d106 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,5 +1,5 @@ -r base.txt -black==21.10b0 +black==23.1.0 pytest==7.2.2 pytest-django==4.5.2 pytest-flake8==1.0.7