From 23a98f2be619799c417a657c9b0f6ce4cde67685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 09:59:21 +0000 Subject: [PATCH] Update sphinx-autodoc-typehints requirement from >=3.10.2 to >=3.10.4 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.2...3.10.4) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.10.4 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 6baa6de2..9e5425b8 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,3 @@ sphinx==9.1.0 -sphinx-autodoc-typehints>=3.10.2 +sphinx-autodoc-typehints>=3.10.4 PyQt5>=5.15.11