From 9dd6925cc79104bfb8b8f157d98639188e1502b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:29:40 +0000 Subject: [PATCH] Update sphinx-autodoc-typehints requirement in the python-packages group Updates the requirements on [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) to permit the latest version. Updates `sphinx-autodoc-typehints` to 3.0.0 - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.5.0...3.0.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a7a8d2a..376cdbcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ docs = [ "sphinx>=8.1.3,<9.0", "sphinx-rtd-theme>=3.0.2,<4.0", "graphviz>=0.20.3,<1.0", - "sphinx-autodoc-typehints>=2.5.0,<3.0", + "sphinx-autodoc-typehints>=2.5.0,<4.0", "autodocsumm>=0.2.14,<1.0", "sphinxext-opengraph>=0.9.1,<1.0", "matplotlib>=3.9.2,<4.0",