From e9899c6e1a48f34d2d4659beaa5a5d3a9fab40e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 09:03:22 +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 ee261c54..a842a6f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ testing = [ documentation = [ "PyFiberModes", - "numpydoc ==1.9.0", + "numpydoc ==1.10.0", "sphinx >=5.1.1", "sphinx-gallery ==0.19.0", "sphinx-rtd-theme ==3.0.2",