From 2ac1a06ffe1c0892eb9be364b3558d3f492eead0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 07:37:51 +0000 Subject: [PATCH 1/2] build(deps): bump ansys-sphinx-theme in the doc-dependencies group Bumps the doc-dependencies group with 1 update: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `ansys-sphinx-theme` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e2e7988..1a858fe1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ tests = [ doc = [ "pyvista==0.46.3", - "ansys-sphinx-theme==1.6.0", + "ansys-sphinx-theme==1.6.1", "jupyter_sphinx==0.5.3", "jupytext==1.17.3", "nbsphinx==0.9.6", From 2b9952c5c089e7dcf8a2b6fff80fd0dd42020363 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 15 Sep 2025 07:38:46 +0000 Subject: [PATCH 2/2] chore: adding changelog file 350.miscellaneous.md [dependabot-skip] --- doc/changelog.d/350.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/350.miscellaneous.md diff --git a/doc/changelog.d/350.miscellaneous.md b/doc/changelog.d/350.miscellaneous.md new file mode 100644 index 00000000..f499c168 --- /dev/null +++ b/doc/changelog.d/350.miscellaneous.md @@ -0,0 +1 @@ +Build(deps): bump ansys-sphinx-theme from 1.6.0 to 1.6.1 in the doc-dependencies group