From 102a3e3fe15bf8d282908eacfd602d23be0117f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 16:11:21 +0000 Subject: [PATCH] Update dependency numpydoc to v1.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa47792..5df4564 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ test = [ 'tox', 'sphinx', 'sphinx_rtd_theme', - 'numpydoc==1.7.0', + 'numpydoc==1.9.0', ] [tool.hatch.version]