From 6ec7322bf38f4e83bec9c60f21380d374db02980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:33:06 +0000 Subject: [PATCH] chore(deps): bump sphinx-autodoc-typehints in /docs Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 3.12.1 to 3.13.0. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/3.12.1...3.13.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.13.0 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 c5d19da..7a526f3 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.12.1 +sphinx-autodoc-typehints==3.13.0 mock==5.2.0 autodoc==0.5.0 diff --git a/docs/requirements.txt b/docs/requirements.txt index 79cfd41..3ef2c4c 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.12.1 +sphinx-autodoc-typehints==3.13.0 # via -r requirements.in sphinx-basic-ng==1.0.0b2 # via furo