From 08e74813f6e5111fc4be2e24cac69ffc7b302e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 11:42:31 +0000 Subject: [PATCH] Update sphinx-autodoc-typehints requirement from >=3.10.5 to >=3.11.0 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.5...3.11.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.11.0 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 689f52ca..84ba2a8b 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,3 @@ sphinx==9.1.0 -sphinx-autodoc-typehints>=3.10.5 +sphinx-autodoc-typehints>=3.11.0 PyQt5>=5.15.11