From e371cc07c827acdce45a434a015e818f5b9d7cba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 02:11:48 +0000 Subject: [PATCH] build(deps): bump sphinx from 8.2.3 to 9.1.0 in /docs Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.2.3 to 9.1.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.2.3...v9.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 c1bfa553..de512193 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "myst-parser==5.0.0", "rstcheck[sphinx]==6.2.5", "rstfmt==0.0.14", - "Sphinx==8.2.3", + "Sphinx==9.1.0", "sphinx-copybutton==0.5.2", ]