From b7df8bcf25c6f58f46bc0aab2e3c890d3bdc7569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:01:06 +0000 Subject: [PATCH] Update sphinx-autodoc-typehints requirement from ~=3.0.1 to ~=3.1.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.0.1...3.1.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64af122e4..75e496327 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,7 +122,7 @@ docs = [ "myst-parser ~= 4.0.0", # Sphinx 8 is the first version to drop Python 3.9. "sphinx ~= 8.1.3", - "sphinx-autodoc-typehints ~= 3.0.1", + "sphinx-autodoc-typehints ~= 3.1.0", "sphinx-copybutton ~= 0.5.2", "sphinx-design ~= 0.6.0", "sphinx-issues ~= 5.0.0",