From 544a769f39154206f4b741efe4cb0d2ff3d0dd2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:47:59 +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. - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.24.0...3.0.1) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ac7b8ca5..bbfe627f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ sphinx>=7.3.7,<=8.3.0 -sphinx-autodoc-typehints>=1.24,<3.2 +sphinx-autodoc-typehints>=3.0.1,<3.2 sphinx-rtd-theme>=2.0,<3.2 docutils<0.23 sphinx-copybutton \ No newline at end of file