From 711e8f7ddf18e7a3aa9ea664faf8786bbc5fac28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 22:28:01 +0000 Subject: [PATCH] Bump sphinx from 8.2.3 to 9.1.0 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b08afbc..4c7b6ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ development = [ documentation = [ "autodocsumm==0.2.14; python_version > '3.11'", "myst_parser==4.0.1; python_version > '3.11'", - "sphinx==8.2.3; python_version > '3.11'", + "sphinx==9.1.0; python_version > '3.11'", "sphinx-autodoc-typehints==3.1.0; python_version > '3.11'", "sphinx-gallery==0.19.0; python_version > '3.11'", "sphinx-jinja2-compat==0.4.1; python_version > '3.11'",