From db078b8014fb0d3a85dab48bb36ffa637c53907d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 00:01:16 +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] --- api/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements_dev.txt b/api/requirements_dev.txt index 4f86403..47de017 100644 --- a/api/requirements_dev.txt +++ b/api/requirements_dev.txt @@ -1,4 +1,4 @@ -black==21.10b0 +black==23.1.0 coverage==6.2 flake8==4.0.1 pytest-django \ No newline at end of file