From beb0e838517089098c69462f331d3efec74c2293 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 22:36:02 +0000 Subject: [PATCH] chore(deps): update dependency lint/black to v24 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 023b452..ce0c89f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dev = [ "pytest-mock~=3.12", ] lint = [ - "black~=23.10", + "black~=24.4", "codespell[toml]~=2.2", "ruff~=0.1.10", "yamllint==1.32"