diff --git a/pyproject.toml b/pyproject.toml index 28f35ca..c0576f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = [ "black", "codespell[toml]", "mypy", - "pytest", + "pytest<8.0.0", "pytest-clarity", "ruff", "safety",