diff --git a/pyproject.toml b/pyproject.toml index 12130a2..514fbe5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.8" aiohttp = "^3.8.1" [tool.poetry.group.dev.dependencies] -black = "^23.3.0" +black = ">=23.3,<25.0" isort = "^5.12.0" flake8 = "^5.0.4" mypy = "^1.3.0"