From ae4901b27e67d117418e76cad29400c65d56770d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 21:04:02 +0000 Subject: [PATCH] build(deps-dev): bump numpydoc from 1.9.0 to 1.10.0 in /_package 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] --- _package/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_package/pyproject.toml b/_package/pyproject.toml index 0ed628257..0eb30cb38 100644 --- a/_package/pyproject.toml +++ b/_package/pyproject.toml @@ -39,7 +39,7 @@ doc = [ "jupyter_sphinx==0.5.3", "linuxdoc==20240924", "numpy==2.2.6", - "numpydoc==1.9.0", + "numpydoc==1.10.0", "pandas==2.3.3", "parse==1.20.2", "pydata_sphinx_theme==0.16.1",