From 91fe295800d95e473717927aea83d40ee50f1f3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 17:07:40 +0000 Subject: [PATCH 1/2] chore: bump the doc group with 2 updates Bumps the doc group with 2 updates: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) and [nbsphinx](https://github.com/spatialaudio/nbsphinx). 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) Updates `nbsphinx` from 0.9.6 to 0.9.7 - [Release notes](https://github.com/spatialaudio/nbsphinx/releases) - [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst) - [Commits](https://github.com/spatialaudio/nbsphinx/compare/0.9.6...0.9.7) --- 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 - dependency-name: nbsphinx dependency-version: 0.9.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4876180ad..ae04e978a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,9 +81,9 @@ doc = [ "sphinx-copybutton==0.5.2", "sphinx-gallery==0.19.0", "sphinx-autodoc-typehints==3.1.0", - "ansys-sphinx-theme==1.6.0", + "ansys-sphinx-theme==1.6.1", "pypandoc==1.15", - "nbsphinx==0.9.6", + "nbsphinx==0.9.7", From 478485d13a9feb476e00d12bc0b124fdf348021e Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 15 Sep 2025 17:08:28 +0000 Subject: [PATCH 2/2] chore: adding changelog file 908.maintenance.md [dependabot-skip] --- doc/changelog/908.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog/908.maintenance.md diff --git a/doc/changelog/908.maintenance.md b/doc/changelog/908.maintenance.md new file mode 100644 index 000000000..7ee092ea8 --- /dev/null +++ b/doc/changelog/908.maintenance.md @@ -0,0 +1 @@ +Bump the doc group with 2 updates