diff --git a/pyproject.toml b/pyproject.toml index c00f1fb8..02cadee8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ plotting = [ rust = ["gstools_core>=0.2.0,<1"] test = ["pytest-cov>=3"] lint = [ - "black", + "black>=23,<24", "pylint", "isort[colors]", "cython-lint",