From 2c5cf5f13fe5f7b87b48827141209e2bed2c6467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 09:12:30 +0000 Subject: [PATCH] Bump numpydoc from 1.9.0 to 1.10.0 Bumps [numpydoc](https://github.com/numpy/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) --- updated-dependencies: - dependency-name: numpydoc dependency-version: 1.10.0 dependency-type: direct:development 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 5cede693a..031cbb45a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ testing = [ ] documentation = [ - "numpydoc ==1.9.0", + "numpydoc ==1.10.0", "sphinx >=5.1.1", "sphinx-rtd-theme ==3.0.2", "sphinx-gallery ==0.19.0",