From b41f1ac6bb3b826f4120271efb3c77e64bbb5d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 13:04:48 +0000 Subject: [PATCH 1/2] build(deps-dev): bump the doc-dependencies group with 2 updates Bumps the doc-dependencies group with 2 updates: [numpydoc](https://github.com/numpy/numpydoc) and [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery). Updates `numpydoc` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/numpy/numpydoc/releases) - [Changelog](https://github.com/numpy/numpydoc/blob/main/RELEASE.rst) - [Commits](https://github.com/numpy/numpydoc/compare/v1.9.0...v1.10.0) Updates `sphinx-gallery` from 0.19.0 to 0.20.0 - [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases) - [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-gallery/sphinx-gallery/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: numpydoc dependency-version: 1.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: doc-dependencies - dependency-name: sphinx-gallery dependency-version: 0.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: doc-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e4fdb7828b..d13c8d06a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,13 +49,13 @@ doc = [ "ansys-tools-visualization-interface==0.12.1", "joblib==1.5.2", "jupyter-sphinx==0.5.3", - "numpydoc==1.9.0", + "numpydoc==1.10.0", "sphinx==8.2.3", "sphinx_design==0.6.1", "pyvista==0.46.3", "sphinx-autodoc-typehints==3.1.0", "sphinx-copybutton==0.5.2", - "sphinx-gallery==0.19.0", + "sphinx-gallery==0.20.0", "sphinx-notfound-page==1.1.0", "sphinxemoji==0.3.1", ] From 25e5cbdfc4d6aecc3a682b59aaaa4d043b18560d Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 8 Dec 2025 13:06:12 +0000 Subject: [PATCH 2/2] chore: adding changelog file 1191.miscellaneous.md [dependabot-skip] --- doc/changelog.d/1191.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1191.miscellaneous.md diff --git a/doc/changelog.d/1191.miscellaneous.md b/doc/changelog.d/1191.miscellaneous.md new file mode 100644 index 0000000000..87943fcc50 --- /dev/null +++ b/doc/changelog.d/1191.miscellaneous.md @@ -0,0 +1 @@ +Build(deps-dev): bump the doc-dependencies group with 2 updates