diff --git a/pyproject.toml b/pyproject.toml index 5173cd0e..9cb57e9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "sphinx>=7.0", - "pydata-sphinx-theme==0.17.0" + "pydata-sphinx-theme==0.17.1" ] license = { file = "LICENSE" }