From b5b68b3a61e697502553c78789ea1ff56d272267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:38:38 +0000 Subject: [PATCH] Build(deps): Bump pydata-sphinx-theme from 0.20.0 to 0.21.0 Bumps [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) from 0.20.0 to 0.21.0. - [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.20.0...v0.21.0) --- updated-dependencies: - dependency-name: pydata-sphinx-theme dependency-version: 0.21.0 dependency-type: direct:production 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 8b87d7a8..001af9a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "sphinx>=8.2", - "pydata-sphinx-theme==0.20.0" + "pydata-sphinx-theme==0.21.0" ] license = { file = "LICENSE" }