From 11c0002742936bf97525864cf5c77429abe35e85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 20:20:50 +0200 Subject: [PATCH] chore(deps): update dependency black to v23.3.0 (#31) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3679b5..18c0848 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ worker=[ tooling = [ # code formatting - "black ==23.1.0", + "black ==23.3.0", "isort ==5.12.0", # linting "flake8 ==6.0.0",