From bead3a6e0997de191cdf2c4f26e2a031a80de301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 11:37:50 +0000 Subject: [PATCH] chore(deps): update pydata-sphinx-theme requirement in /docs Updates the requirements on [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) to permit the latest version. - [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.17.1) --- updated-dependencies: - dependency-name: pydata-sphinx-theme dependency-version: 0.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 12eb6b1e4..20b024043 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.11" dependencies = [ "sphinx>=9,<10", "sphinx-reredirects>=1.1,<2", - "pydata-sphinx-theme>=0.16,<1", + "pydata-sphinx-theme>=0.17.1,<1", "myst-parser>=5,<6", "maturin>=1.11,<2", "jinja2>=3.1,<4",