From a6acb939519d12b10212ac040d6091227e9459e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:47:02 +0000 Subject: [PATCH] chore(deps): update dependency pydata-sphinx-theme to ^0.16.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5de4513..26a9aa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ optional = true sphinx = "^7.0.0" sphinxcontrib-bibtex = "^2.5.0" sphinx-gallery = "^0.15.0" -pydata-sphinx-theme = "^0.15.0" +pydata-sphinx-theme = "^0.16.0" matplotlib = "^3.6.0" setuptools = "^70.0.0"