From 16e1dd98c27a96e9f1914061fa44cc9c1abf5a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:18:54 +0000 Subject: [PATCH] pip dependencies(deps-dev): update sphinx-autodoc-typehints requirement 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/1.25.2...2.0.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 b9e2c054f..b0e5d688b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ 'sphinx ~= 7.2.6', 'sphinx-design ~= 0.5.0', 'sphinx-immaterial ~= 0.11.10', - 'sphinx-autodoc-typehints ~= 1.25.2', + 'sphinx-autodoc-typehints ~= 2.0.0', ] classifiers = [ 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',