From 789cca3a7348fdaf8bbecf689b7fa27aed6dd9fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:26:32 +0000 Subject: [PATCH] chore(deps): update dependency black to v24.4.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88bc0c4..b0c79b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ python = "^3.7" powerline-status = "^2.7" [tool.poetry.group.dev.dependencies] -black = "^23.0.0" +black = "^24.0.0" isort = "^5.10.1" semgrep = "^1.0.0"