From 3de119efe4ab168f2114d36fb758bee74528760d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 09:29:07 +0000 Subject: [PATCH] :arrow_up: Bump black from 23.3.0 to 23.12.1 Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.12.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.3.0...23.12.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b621e6d7..b8ce3b12 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ pytest-cov==4.1.0 build==0.10.0 wheel==0.42.0 -black==23.3.0 +black==23.12.1 mypy==1.7.1; python_version >= '3.8' mypy==1.4.1; python_version < '3.8' Flask==2.2.3