From 2a9321b8714e8aa641b3bc39f8e13871a435588b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 21:22:36 +0000 Subject: [PATCH] Update sphinx-autodoc-typehints requirement in /extra 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.13.0...3.13.4) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- extra/requirements-doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/requirements-doc.txt b/extra/requirements-doc.txt index 307ca82..3beaa06 100644 --- a/extra/requirements-doc.txt +++ b/extra/requirements-doc.txt @@ -1,5 +1,5 @@ -r requirements.txt sphinx>=9.1.0 -sphinx-autodoc-typehints>=3.13.0 +sphinx-autodoc-typehints>=3.13.4 sphinx-click>=6.2.0 sphinx_rtd_theme>=3.1.0