From f5bef56e067f70961fb458504d45681b6dbe07b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 04:50:31 +0000 Subject: [PATCH] Bump black from 23.3.0 to 23.11.0 Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.11.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/compare/23.3.0...23.11.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b38c68b6..fd4bf142 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ database = [ ] dev = [ - "black==23.3.0", + "black==23.11.0", "flake8==5.0.4", "isort==5.11.5", "vermin==1.5.2",