From 720a5887d75976b83feb71f72a71f40939b52932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 13:45:48 +0000 Subject: [PATCH 1/2] build(deps): bump the doc-dependencies group across 1 directory with 2 updates Bumps the doc-dependencies group with 2 updates in the / directory: [ansys-sphinx-theme[autoapi]](https://github.com/ansys/ansys-sphinx-theme) and [numpydoc](https://github.com/numpy/numpydoc). Updates `ansys-sphinx-theme[autoapi]` from 1.5.2 to 1.5.3 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.5.2...v1.5.3) Updates `numpydoc` from 1.8.0 to 1.9.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.8.0...v1.9.0) --- updated-dependencies: - dependency-name: ansys-sphinx-theme[autoapi] dependency-version: 1.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc-dependencies - dependency-name: numpydoc dependency-version: 1.9.0 dependency-type: direct:production 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 b2fd805cd6..af6d3d5868 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,11 +42,11 @@ tests = [ "pyvista[trame]==0.45.2", ] doc = [ - "ansys-sphinx-theme[autoapi]==1.5.2", + "ansys-sphinx-theme[autoapi]==1.5.3", "ansys-tools-visualization-interface==0.11.0", "joblib==1.5.1", "jupyter-sphinx==0.5.3", - "numpydoc==1.8.0", + "numpydoc==1.9.0", "sphinx==8.2.3", "sphinx_design==0.6.1", "pyvista==0.45.2", From fa23aeb85291c08f20c9627d43e9da0279ff5210 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 14 Jul 2025 13:46:44 +0000 Subject: [PATCH 2/2] chore: adding changelog file 1076.miscellaneous.md [dependabot-skip] --- doc/changelog.d/1076.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1076.miscellaneous.md diff --git a/doc/changelog.d/1076.miscellaneous.md b/doc/changelog.d/1076.miscellaneous.md new file mode 100644 index 0000000000..21b209a8af --- /dev/null +++ b/doc/changelog.d/1076.miscellaneous.md @@ -0,0 +1 @@ +Build(deps): bump the doc-dependencies group across 1 directory with 2 updates \ No newline at end of file