From 50f1bebead6d5c3bce48a8bf336794e195a3332e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 03:37:53 +0000 Subject: [PATCH] Update sphinx-autodoc-typehints requirement from ==2.* to ==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.0.0...3.0.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-readthedocs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-readthedocs.txt b/requirements-readthedocs.txt index 0f0fcba..6bf53fd 100644 --- a/requirements-readthedocs.txt +++ b/requirements-readthedocs.txt @@ -2,5 +2,5 @@ pytidyhtml5 == 2024.10.24 sphinx == 8.* -sphinx_autodoc_typehints == 2.* +sphinx_autodoc_typehints == 3.* sphinx_rtd_theme == 3.*