From 0ecd7684ea4c70d7b0253e7a08f26ebe002003da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 11:03:15 +0000 Subject: [PATCH] Bump pydata-sphinx-theme from 0.16.1 to 0.17.1 Bumps [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) from 0.16.1 to 0.17.1. - [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases) - [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md) - [Commits](https://github.com/pydata/pydata-sphinx-theme/compare/v0.16.1...v0.17.1) --- updated-dependencies: - dependency-name: pydata-sphinx-theme dependency-version: 0.17.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab3618b46..b6e4a99de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ documentation = [ "sphinx-rtd-theme==3.1.0", "sphinx-gallery==0.20.0", "sphinx_design==0.6.1", - "pydata-sphinx-theme==0.16.1" + "pydata-sphinx-theme==0.17.1" ] dev = [ "flake8 ==7.3.0",