From 3968968355da72121e560a6af4387ce082a33505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:42:27 +0000 Subject: [PATCH] Bump sphinx-autodoc-typehints from 1.20.1 to 1.21.0 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.20.1 to 1.21.0. - [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.20.1...1.21.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cfa7e82e..052871e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ doc = [ "pytest-sphinx==0.5.0", "pyvista==0.37.0", "sphinx-autobuild==2021.3.14", - "sphinx-autodoc-typehints==1.20.1", + "sphinx-autodoc-typehints==1.21.0", "sphinx-copybutton==0.5.1", "sphinx-notfound-page==0.8.3", "sphinx-gallery==0.11.1",