From a3939ecd43dd5120008570f8a706b5aa71c04e9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 03:08:45 +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.24.0...3.6.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.6.0 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 ee746ed..371c5ec 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ sphinx>=7.4,<9.1 -sphinx-autodoc-typehints>=1.24,<3.6 +sphinx-autodoc-typehints>=1.24,<3.7 sphinx-rtd-theme>=2.0.0,<3.0.3 docutils<0.23 sphinx-copybutton \ No newline at end of file