From 4c630dbcdc567dc5635913cae0ea66ca624c22d4 Mon Sep 17 00:00:00 2001 From: James Meakin <12661555+jmsmkn@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:32:36 +0100 Subject: [PATCH] Unpin black The version required is too restrictive --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04003ce..7977011 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ python = ">3.10" jinja2 = "*" click = "*" jsonschema = "*" -black = "23.9.1" +black = "*" [tool.poetry.dev-dependencies] pytest = "*"