From d9c5f5e9d93890caa35844354c3f263d926a5d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 12:32:49 +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.13.2 to 3.13.4. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/3.13.2...3.13.4) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 3661d9d..79dcd23 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.13.2 +sphinx-autodoc-typehints==3.13.4 mock==5.2.0 autodoc==0.5.0 diff --git a/docs/requirements.txt b/docs/requirements.txt index 2c1169f..e8dee75 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -81,7 +81,7 @@ sphinx==9.1.0 # sphinx-basic-ng sphinx-autobuild==2025.8.25 # via -r requirements.in -sphinx-autodoc-typehints==3.13.2 +sphinx-autodoc-typehints==3.13.4 # via -r requirements.in sphinx-basic-ng==1.0.0b2 # via furo