diff --git a/pyproject.toml b/pyproject.toml index 70a14d6..456276d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pytest = "^7.4.0" pytest-cov = "^4.1.0" pytest-rerunfailures = "^12.0.0" flake8 = "^6.1.0" -black = "^23.7.0" +black = ">=23.7,<26.0" isort = "^5.12.0" mypy = "^1.5.0" ipython = "^8.14.0"