From ef299ccab10bc62321c2fa8234075a85de2684f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:42:39 +0000 Subject: [PATCH] Update dependency pydata-sphinx-theme to ^0.17.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ca1068..7c10d61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ pytest-xdist = "^3.6.1" [tool.poetry.group.docs.dependencies] Sphinx = "^8.0.0" -pydata-sphinx-theme = "^0.16.0" +pydata-sphinx-theme = "^0.17.0" myst-parser = "^4.0.0" jupyter = "^1.0.0" seaborn = "^0.13.0"