diff --git a/pyproject.toml b/pyproject.toml index 987b802c..e17972e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,8 @@ doc = [ ] check = [ - "pytest-checkdocs >= 2.4", + # Satisfy deprecation warning introduced in docutils 0.22 + "pytest-checkdocs >= 2.14", "pytest-ruff >= 0.2.1; sys_platform != 'cygwin'", ]