From 2bfd9af6bc27503b338d34f51885400a3b7f9fa9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 00:54:15 +0000 Subject: [PATCH] Update dependency sphinx-autodoc-typehints to ^2.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0cabcf..7b8d431 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ pytest-cov = "^5.0" pytest-randomly = "^3.10.1" pytest-html = "^4.0" Sphinx = "^7.3.7" -sphinx-autodoc-typehints = "^v2.0.0" +sphinx-autodoc-typehints = "^2.0.0" sphinx-rtd-theme = "^2.0.0" flake8-docstrings = "^1.6.0" isort = "^5.10.1"