From 9593f783c2551fce38468f8b74a1c661ba46dd4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 03:56:34 +0000 Subject: [PATCH] build(deps): bump numpydoc in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [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: dev-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 b91ca907..de46804a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tests = [ ] doc = [ "ansys-sphinx-theme[autoapi]==1.5.2", - "numpydoc==1.8.0", + "numpydoc==1.9.0", "sphinx==8.2.3", "sphinx-autodoc-typehints==3.1.0", "sphinx-copybutton==0.5.2",