From 97cc69071147cbd4453baaa15cf02609630ac54f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:00:51 +0000 Subject: [PATCH 1/2] build(deps-dev): 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.8.0 to 1.8.2 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.8.0...v1.8.2) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-version: 1.8.2 dependency-type: direct:development 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 723eddb60..3b3bc9bc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ tests = [ doc = [ "pyvista==0.48.4", - "ansys-sphinx-theme[autoapi]==1.8.0", + "ansys-sphinx-theme[autoapi]==1.8.2", "jupyter_sphinx==0.5.3", "jupytext==1.19.3", "nbsphinx==0.9.6", From 507747cdf66b0726926826024171169489f0cc08 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:01:50 +0000 Subject: [PATCH 2/2] chore: adding changelog file 542.dependencies.md [dependabot-skip] --- doc/changelog.d/542.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/542.dependencies.md diff --git a/doc/changelog.d/542.dependencies.md b/doc/changelog.d/542.dependencies.md new file mode 100644 index 000000000..3baf33691 --- /dev/null +++ b/doc/changelog.d/542.dependencies.md @@ -0,0 +1 @@ +Build(deps-dev): bump ansys-sphinx-theme from 1.8.0 to 1.8.2 in the doc-dependencies group