From 66f5dc70363453444642227058c4d429726a7963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:32:15 +0000 Subject: [PATCH] build(deps-dev): bump sphinx-autodoc-typehints from 1.24.0 to 1.24.1 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.24.0 to 1.24.1. - [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.24.0...1.24.1) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82ff5032c4..12d19cbc01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ doc = [ "sphinx-notfound-page==1.0.0", "sphinx-copybutton==0.5.2", "sphinx-gallery==0.14.0", - "sphinx-autodoc-typehints==1.24.0", + "sphinx-autodoc-typehints==1.24.1", "ansys-sphinx-theme==0.12.4", "pypandoc==1.12", "nbsphinx==0.9.3",