From 65b7299662fd895167d16927fec7488bfbb5e1dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 23:16:44 +0000 Subject: [PATCH] Bump sphinx-autodoc-typehints from 3.5.2 to 3.6.0 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 3.5.2 to 3.6.0. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/3.5.2...3.6.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2db49c5..d410100 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "myst-parser>=1.0", "sphinx-copybutton", "sphinx-autobuild", - "sphinx-autodoc-typehints==3.5.2", + "sphinx-autodoc-typehints==3.6.0", "packaging" ]