diff --git a/pyproject.toml b/pyproject.toml index 8f24740..bc83d26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pytest = "^7.4.3" pytest-cov = "^4.1.0" flake8 = "^6.1.0" autopep8 = "^2.0.4" -black = "^23.11.0" +black = ">=23.11,<25.0" parameterized = "^0.9.0" [build-system] requires = ["poetry-core"]