From c656af84f5d378fa929f609b7e854708c8b0c87f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 15:03:35 +0000 Subject: [PATCH] chore(deps): bump sphinx-autodoc-typehints from 3.9.8 to 3.12.1 in /docs Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 3.9.8 to 3.12.1. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/3.9.8...3.12.1) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.in | 2 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.in b/docs/requirements.in index 3a1c2fb..077595c 100644 --- a/docs/requirements.in +++ b/docs/requirements.in @@ -3,7 +3,7 @@ sphinx==9.1.0 sphinx-autobuild==2025.8.25 # if using typehints -sphinx-autodoc-typehints==3.9.8 +sphinx-autodoc-typehints==3.12.1 mock==5.2.0 autodoc==0.5.0 diff --git a/docs/requirements.txt b/docs/requirements.txt index ae1a578..d04cbe5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -79,7 +79,7 @@ sphinx==9.1.0 # sphinx-basic-ng sphinx-autobuild==2025.8.25 # via -r requirements.in -sphinx-autodoc-typehints==3.9.8 +sphinx-autodoc-typehints==3.12.1 # via -r requirements.in sphinx-basic-ng==1.0.0b2 # via furo