From 695df10732af6fc72d2d2af67920a969d74cbca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:52:34 +0000 Subject: [PATCH] build(deps): 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/1.8.0...2.3.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 2.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 81e04ba3ef..bd115ab740 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,5 +1,5 @@ gevent shibuya sphinx<8.2 -sphinx-autodoc-typehints[type_comments]>=1.8.0 +sphinx-autodoc-typehints[type_comments]>=2.3.0 typing-extensions