From 59dcd8d75cc1ff81bbb94516227f2d0309b453d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 23:11:17 +0000 Subject: [PATCH] Bump sphinx-autodoc-typehints from 3.5.2 to 3.6.2 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 3.5.2 to 3.6.2. - [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.2) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.6.2 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..bd9056e 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.2", "packaging" ]