From 334e790c783cb1fb73c861ffa53563e0c6711694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 10:21:40 +0000 Subject: [PATCH] build(deps-dev): bump numpydoc from 1.7.0 to 1.10.0 Bumps [numpydoc](https://github.com/numpy/numpydoc) from 1.7.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.7.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 aa0163e3..a3eb7325 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ remote = [ ] docs = [ "ipython==8.26.0", - "numpydoc==1.7.0", + "numpydoc==1.10.0", "sphinx==7.3.7", "sphinx_rtd_theme==2.0.0", "sphinx_book_theme==1.2.0",