From 9b15572de2fd65892adc2377d3ba2317e57ef1b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 18:09:26 +0000 Subject: [PATCH] Update sphinx-autodoc-typehints requirement from >=2.0 to >=2.3.0 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/2.0.0...2.3.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 2.3.0 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 2c5bed7..0a40d59 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ sphinx>=7.0 -sphinx_autodoc_typehints>=2.0 +sphinx_autodoc_typehints>=2.3.0 sphinx_autodoc_defaultargs>=0.1.2 sphinx-rtd-theme>=2.0 \ No newline at end of file