From 64e9435be0837ffd9c57eea1ff068e631db2e5d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 18:28:23 +0000 Subject: [PATCH] chore(deps-dev): update numpydoc requirement from >=1.7 to >=1.10.0 Updates the requirements on [numpydoc](https://github.com/numpy/numpydoc) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81dddcd..883fe2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ data = [ docs = [ "sphinx>=7.0", "sphinx-rtd-theme>=2.0", - "numpydoc>=1.7", + "numpydoc>=1.10.0", ] [project.urls]