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 }} 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 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",