From f1b00cda6115a39b5a1423b7ad8360be6fbb4523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 06:55:17 +0000 Subject: [PATCH] build(deps-dev): update sphinx-autodoc-typehints requirement Updates the requirements on [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) to permit the latest version. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.3.0...3.10.4) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.10.4 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..6519928e09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ docs = [ "gevent", "shibuya", "sphinx<8.2", - "sphinx-autodoc-typehints[type_comments]>=2.3.0", + "sphinx-autodoc-typehints[type_comments]>=3.10.4", "typing-extensions", ]