From 9b4d6acbdab85f2b4b4324e1ff3d4ba06c182524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 21:24:29 +0000 Subject: [PATCH] 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.19.1...3.10.2) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.10.2 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 a48c718b..baaefef0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ doc = [ "sphinx>=4,!=5.1.0,<9.1.1", "sphinx-autoapi>=1.8,<3.9", "sphinx-issues>=1.2,<6.1", - "sphinx-autodoc-typehints>1.19,<3.10.0", + "sphinx-autodoc-typehints>1.19,<3.11.0", "sphinxcontrib-mermaid>0.7,<2.1.0", ] qa = []