diff --git a/pyproject.toml b/pyproject.toml index f96e0a0..ad56eff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,8 +49,8 @@ coverage = "*" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "<7.0.0" +sphinx = "<8.0.0" sphinx-argparse = "0.4.0" -sphinx_autodoc_typehints = "1.23.0" +sphinx_autodoc_typehints = "1.24.0" sphinx-copybutton = "0.5.2" sphinx-rtd-theme = "1.3.0"