From dd025b368b19916c6ee31ce5c2dc6c1a0185bcb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 12:49:40 +0000 Subject: [PATCH] Bump pydata-sphinx-theme from 0.16.0 to 0.16.1 in /python (#314) Bumps [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) from 0.16.0 to 0.16.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.0...v0.16.1) --- updated-dependencies: - dependency-name: pydata-sphinx-theme dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris <66376200+crickman@users.noreply.github.com> --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index a8b1d7f979..a891bbe713 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -31,7 +31,7 @@ dev = [ "markdownify", # Documentation "myst-nb==1.1.2", - "pydata-sphinx-theme==0.16.0", + "pydata-sphinx-theme==0.16.1", "sphinx-copybutton", "sphinx-design", "sphinx",