From 3ee1e9f685a79eae41cb80c8a5567927759197fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:20:30 +0200 Subject: [PATCH] chore(deps): update dependency tooling/black to v23.9.1 (#68) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 030c073..3b7f46c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ worker=[ tooling = [ # code formatting - "black ==23.7.0", + "black ==23.9.1", # linting "ruff ==0.0.292", # tests