From b378b1a5d0e675a4c0fab36deb0d55603837b9b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 01:59:34 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=9B=A0=EF=B8=8F(deps?= =?UTF-8?q?):=20update=20dependency=20black=20to=20v24.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47a17441..22f511da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ capitalcom-python = "0.2.3" [ tool.poetry.group.dev.dependencies] python-semantic-release = ">=8.0.8" ruff = "^0.4.0" -black = "24.4.1" +black = "24.4.2" pre-commit = "^3.3.1" [tool.ruff]