From b198065e87c51075146e9e87453b7f90ae38f9e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:40:25 +0000 Subject: [PATCH] build(deps-dev): update sphinx requirement from ~=7.4 to ~=9.1 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [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/v7.4.0...v9.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19b636cb7..311626ddd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ build = [ "tomlkit ~= 0.13.0", ] docs = [ - "Sphinx ~= 7.4", + "Sphinx ~= 9.1", "sphinxcontrib-apidoc == 0.6.0", "sphinx-autobuild == 2024.2.4", "furo ~= 2025.9",