diff --git a/pyproject.toml b/pyproject.toml index 0796e27..7338500 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ ] docs = [ "sphinx==7.4.7; python_version<'3.10'", - "sphinx==8.1.3; python_version=='3.10.*'", + "sphinx==8.2.3; python_version=='3.10.*'", "sphinx==8.2.3; python_version>='3.11'", "sphinx-rtd-theme==3.0.2", ]