From e7816bdc0ece4c1fe3aa23ed20f0f1b38fab7285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 15:09:43 +0000 Subject: [PATCH] Update sphinx-autodoc-typehints requirement from ~=2.0.0 to ~=2.1.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) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.0.0...2.1.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0711f0a..2d92f4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ ci = [ ] docs = [ 'recommonmark~=0.7.1', - 'sphinx-autodoc-typehints~=2.0.0', + 'sphinx-autodoc-typehints~=2.1.0', 'sphinx-copybutton~=0.5.2', 'sphinx-markdown-tables~=0.0.17', 'sphinx-rtd-theme~=2.0.0',