From 3128ce62ebabe30840e646d8e1714eb27d1272eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 01:07:48 +0000 Subject: [PATCH 1/3] build(deps): bump ansys/actions from 10.1.3 to 10.1.4 Bumps [ansys/actions](https://github.com/ansys/actions) from 10.1.3 to 10.1.4. - [Release notes](https://github.com/ansys/actions/releases) - [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/actions/compare/v10.1.3...c2fa7c93f6883114e0e643599431b33d29f0b13f) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: 10.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 3329eeac..aed91788 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -63,7 +63,7 @@ jobs: name: Actions Security runs-on: ubuntu-latest steps: - - uses: ansys/actions/check-actions-security@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3 + - uses: ansys/actions/check-actions-security@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4 with: generate-summary: true token: ${{ secrets.GITHUB_TOKEN }} From c0a9356cb31f1454c33fcb6f1c20c4b447aeb1c8 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 6 Oct 2025 01:09:26 +0000 Subject: [PATCH 2/3] chore: adding changelog file 372.maintenance.md [dependabot-skip] --- doc/changelog.d/372.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/372.maintenance.md diff --git a/doc/changelog.d/372.maintenance.md b/doc/changelog.d/372.maintenance.md new file mode 100644 index 00000000..3497f60b --- /dev/null +++ b/doc/changelog.d/372.maintenance.md @@ -0,0 +1 @@ +Build(deps): bump ansys/actions from 10.1.3 to 10.1.4 From 76f3cb9395f4005022ce0509a02f42cc8cd33b4a Mon Sep 17 00:00:00 2001 From: Alex Fernandez Luces Date: Mon, 6 Oct 2025 09:33:16 +0200 Subject: [PATCH 3/3] fix: Autoapi --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 55b01f27..119e8f97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,13 +46,12 @@ tests = [ doc = [ "pyvista==0.46.3", - "ansys-sphinx-theme==1.6.1", + "ansys-sphinx-theme[autoapi]==1.6.1", "jupyter_sphinx==0.5.3", "jupytext==1.17.3", "nbsphinx==0.9.6", "numpydoc==1.9.0", "sphinx==8.2.3", - "sphinx-autoapi==3.6.0", "sphinx-copybutton==0.5.2", "sphinx_design==0.6.1", "sphinx-gallery==0.19.0",