From c81e0d8b76db93cd42d90672359ae69a7899c674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 14:16:40 +0000 Subject: [PATCH 1/2] chore: bump sphinx-autodoc-typehints from 3.1.0 to 3.6.1 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 3.1.0 to 3.6.1. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/3.1.0...3.6.1) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.6.1 dependency-type: direct:development 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 9a33de2..6b732dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ doc = [ "ansys-sphinx-theme[autoapi]==1.7.2", "numpydoc==1.10.0", "Sphinx==8.2.3", - "sphinx-autodoc-typehints==3.1.0", + "sphinx-autodoc-typehints==3.6.1", "sphinx-copybutton==0.5.2", "jupyter==1.1.1", "sphinx-jinja==2.0.2", From e54c7a8a999ba47aa07a0dfba45d604335f8f735 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 6 Apr 2026 14:17:34 +0000 Subject: [PATCH 2/2] chore: adding changelog file 326.miscellaneous.md [dependabot-skip] --- doc/changelog.d/326.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/326.miscellaneous.md diff --git a/doc/changelog.d/326.miscellaneous.md b/doc/changelog.d/326.miscellaneous.md new file mode 100644 index 0000000..687db07 --- /dev/null +++ b/doc/changelog.d/326.miscellaneous.md @@ -0,0 +1 @@ +Chore: bump sphinx-autodoc-typehints from 3.1.0 to 3.6.1