diff --git a/pyproject.toml b/pyproject.toml index 87ae2c838..2ec99610d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,8 +54,7 @@ doc = [ "nbsphinx", "click", "numpydoc>=0.9.1", - "sphinx>=6.1.0", - "quartodoc", + "quartodoc>=0.7.2", "pyyaml", # Use importlib.resources when min supported python >= 3.9.0 "importlib_resources", @@ -80,7 +79,7 @@ dev = [ ] typing = [ - "pyright==1.1.320", + "pyright==1.1.340", "ipython", "pandas-stubs", ]