From 73caf438d8cc5ab491b27c0295a93d14fbf5fac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 02:46:53 +0000 Subject: [PATCH] Update sphinx-autodoc-typehints requirement from ~=2.1 to ~=2.3 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.1.0...2.3.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 2.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 0107ecdc..ebb0ef55 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -28,7 +28,7 @@ tox~=4.15 # Documentation (for devs) sphinx~=7.3 -sphinx-autodoc-typehints~=2.1 +sphinx-autodoc-typehints~=2.3 sphinx-copybutton~=0.5 sphinx-markdown-tables==0.0.17 sphinx-rtd-theme~=2.0