From fbff17c47b5f82f3b7c10aeceb329b7411f37106 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 2 Apr 2024 23:42:02 +0200 Subject: [PATCH] Set to later black release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 155e262..d2bcf27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ httpx = ">=0.23,<1" yarl = "^1.8.0" [tool.poetry.dev-dependencies] -black = "^23.3.0" +black = "^24.3.0" pytest = "^6.2.5" pytest-httpx = ">0.15,<1" pytest-asyncio = "^0.15.1"