diff --git a/pyproject.toml b/pyproject.toml index e89ce0c3a2..4dc617ece4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,6 +85,7 @@ typing-extensions = "4.9.0" pytest-mock = "3.12.0" pyspark = "3.5.0" cython = "3.0.8" +docutils = "!=0.21" [[tool.mypy.overrides]] module = "pytest_mock.*"