From 7286830a859d128df88422f82b692d8ecd8e6a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 18:38:03 +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.0) --- updated-dependencies: - dependency-name: pydata-sphinx-theme dependency-version: 0.17.0 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 b5c63595786e..e613781213bf 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.0,<1", "myst-parser>=5,<6", "maturin>=1.11,<2", "jinja2>=3.1.6,<4",