From 5d624bf955b4253a14f94c41b7a916f2dceb021b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 14:13:48 +0000 Subject: [PATCH 1/2] chore: bump ansys-sphinx-theme[autoapi] from 1.7.1 to 1.7.2 Bumps [ansys-sphinx-theme[autoapi]](https://github.com/ansys/ansys-sphinx-theme) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: ansys-sphinx-theme[autoapi] dependency-version: 1.7.2 dependency-type: direct:development 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 9fd10a0..f321133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ ] [project.optional-dependencies] doc = [ - "ansys-sphinx-theme[autoapi]==1.7.1", + "ansys-sphinx-theme[autoapi]==1.7.2", "numpydoc==1.10.0", "Sphinx==8.2.3", "sphinx-autodoc-typehints==3.1.0", From 7144f120ba2304dfed86ad5ef121279132a20299 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 13 Mar 2026 14:14:48 +0000 Subject: [PATCH 2/2] chore: adding changelog file 314.miscellaneous.md [dependabot-skip] --- doc/changelog.d/314.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/314.miscellaneous.md diff --git a/doc/changelog.d/314.miscellaneous.md b/doc/changelog.d/314.miscellaneous.md new file mode 100644 index 0000000..ee07fa1 --- /dev/null +++ b/doc/changelog.d/314.miscellaneous.md @@ -0,0 +1 @@ +Chore: bump ansys-sphinx-theme[autoapi] from 1.7.1 to 1.7.2