From 1f5d84e028cf086fe716946f9cedd3a07d69ae14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 10:35:24 +0000 Subject: [PATCH] build(deps): bump numpydoc from 1.8.0 to 1.9.0 Bumps [numpydoc](https://github.com/numpy/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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0520edd99..f1b1bf57a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ doc = [ "inflect==7.5.0", "jupyter_sphinx==0.5.3", "numpy==2.2.6", - "numpydoc==1.8.0", + "numpydoc==1.9.0", "pandas==2.3.1", "parse==1.20.2", "pypandoc==1.15",