From 5f342449697439c72e69dac8d3d52d34e86270b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 21:00:07 +0000 Subject: [PATCH] Bump numpydoc from 1.6.0 to 1.8.0 Bumps [numpydoc](https://github.com/numpy/numpydoc) from 1.6.0 to 1.8.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.6.0...v1.8.0) --- updated-dependencies: - dependency-name: numpydoc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d03e24..b249c01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ doc = [ "ansys-sphinx-theme[autoapi]==1.6.3", "anyio==4.3.0", - "numpydoc==1.8.0", + "numpydoc==1.10.0", "pyansys-tools-variableinterop==0.1.1", "Sphinx==8.2.3", "sphinx-copybutton==0.5.2",