From fc4331f37e7460aaa45d22643886d9991bf62775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:42:19 +0200 Subject: [PATCH] Bump black from 23.9.1 to 23.10.0 (#245) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e3a6010..c79df121 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ [project.optional-dependencies] test = [ - "black==23.9.1", + "black==23.10.0", "codespell==2.2.6", "mypy==1.6.0", "ruff==0.1.1",