From fbbd19063f29bcfc1a2337375c4f88634c5afc9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 14:29:30 +0000 Subject: [PATCH] build(deps): update sphinx-autodoc-typehints requirement Updates the requirements on [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) to permit the latest version. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.12.0...3.0.1) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c313570..41ea26f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ sphinx>=4.0.0 sphinx-rtd-theme>=1.0.0 -sphinx-autodoc-typehints>=1.12.0 +sphinx-autodoc-typehints>=3.0.1 myst-parser>=0.15.0 \ No newline at end of file