From d5307acc81a9e7085d0906e2da885a48811e450d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:52:51 +0000 Subject: [PATCH] Update sphinx-autodoc-typehints requirement from ^1.24.0 to >=1.24,<3.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/1.24.0...2.3.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 2.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70a14d6..806ebd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ optional = true [tool.poetry.group.docs.dependencies] sphinx = "^7.2.0" sphinx-rtd-theme = "^2.0.0" -sphinx-autodoc-typehints = "^1.24.0" +sphinx-autodoc-typehints = ">=1.24,<3.0" [build-system] requires = ["poetry-core>=1.0.0"]