From 91dc61336a9d8a5974054e3e13437c04f80f70f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 18:46:37 +0000 Subject: [PATCH] Update dependency numpydoc to v1.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5df4564..34b4153 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ test = [ 'tox', 'sphinx', 'sphinx_rtd_theme', - 'numpydoc==1.9.0', + 'numpydoc==1.10.0', ] [tool.hatch.version]