From 90bb172bfdb2df65c3b877c9a7f5fdecf0b10b71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 06:54:48 +0000 Subject: [PATCH] build(deps-dev): update sphinx requirement from <8.2 to <9.2 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/v0.1.61611...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 92f1806187..2f5a06e1b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ toxgen = [ docs = [ "gevent", "shibuya", - "sphinx<8.2", + "sphinx<9.2", "sphinx-autodoc-typehints[type_comments]>=2.3.0", "typing-extensions", ]