From 65fca1f5975448cc90ebd3b65bd35962c000aa6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:34:49 +0100 Subject: [PATCH] chore(deps): update dependency tooling/black to v23.12.1 (#77) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81bf16d..c531a65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ worker=[ tooling = [ # code formatting - "black ==23.9.1", + "black ==23.12.1", # linting "ruff ==0.0.292", # tests