From 44ceef501c4e9ed18d37c00a16d283833d3584b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:09:47 +0000 Subject: [PATCH] Update sphinx-autodoc-typehints requirement from >=3.10.4 to >=3.10.5 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/3.10.4...3.10.5) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.10.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 9e5425b8..689f52ca 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,3 @@ sphinx==9.1.0 -sphinx-autodoc-typehints>=3.10.4 +sphinx-autodoc-typehints>=3.10.5 PyQt5>=5.15.11