From 60ff63e13e3a6e3cfcdf94b5ed86c839d9103390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 11:48:34 +0000 Subject: [PATCH] Bump numpydoc from 1.6.0 to 1.9.0 Bumps [numpydoc](https://github.com/numpy/numpydoc) from 1.6.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.6.0...v1.9.0) --- updated-dependencies: - dependency-name: numpydoc dependency-version: 1.9.0 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 29840cb..d9012f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ testing = [ documentation = [ - "numpydoc ==1.6.0", + "numpydoc ==1.9.0", "sphinx >=5.1.1", "sphinx-gallery ==0.15.0", "sphinx-rtd-theme ==2.0.0",