From 62c521b3b82416303550c74b35f34209c2b8f869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:23:56 +0000 Subject: [PATCH] Update sphinx-autodoc-typehints requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 46c13926..a556de52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ doc = [ "sphinx>=4,!=5.1.0,<8.0.3", "sphinx-autoapi>=1.8,<3.4", "sphinx-issues>=1.2,<4.2", - "sphinx-autodoc-typehints>1.19,<2.3.1", + "sphinx-autodoc-typehints>1.19,<2.4.1", "sphinxcontrib-mermaid>0.7,<0.10.0", ] tests = [