diff options
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index f5559cf..75b3179 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ mypy = "^1.6.1" pylint = "^3.0.2" bandit = "^1.7.5" ruff = "^0.1.1" -black = "^23.10.0" +black = ">=23.10,<25.0" [build-system] requires = ["poetry-core>=1.0.0"] |