From 2c1882fb0aeae9a7c3b7f5a5b4e3799245d11bea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:38:16 +0000 Subject: [PATCH 1/2] build(pip): bump numpydoc in the doc-deps group across 1 directory Bumps the doc-deps group with 1 update in the / directory: [numpydoc](https://github.com/numpy/numpydoc). 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: numpydoc dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: doc-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0c6bf405..9c852f74c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ jupyter = [ doc = [ "ansys-sphinx-theme[autoapi]==1.6.1", "ansys-tools-visualization-interface>=0.8.3", - "numpydoc==1.8.0", + "numpydoc==1.9.0", "Sphinx==8.1.3", "sphinx-copybutton==0.5.2", "sphinxcontrib-mermaid==1.0.0", From 868db85a3e10e9c39fe6f64d49b407e4f54c8d80 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:39:37 +0000 Subject: [PATCH 2/2] chore: adding changelog file 755.dependencies.md [dependabot-skip] --- doc/changelog.d/755.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/755.dependencies.md diff --git a/doc/changelog.d/755.dependencies.md b/doc/changelog.d/755.dependencies.md new file mode 100644 index 000000000..c923a1844 --- /dev/null +++ b/doc/changelog.d/755.dependencies.md @@ -0,0 +1 @@ +Bump numpydoc from 1.8.0 to 1.9.0 in the doc-deps group across 1 directory