From d58805db0d4d84d1d423ffff96dccb52e18a3cbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:56:57 +0000 Subject: [PATCH] Bump numpydoc from 1.6.0 to 1.8.0 Bumps [numpydoc](https://github.com/numpy/numpydoc) from 1.6.0 to 1.8.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.6.0...v1.8.0) --- updated-dependencies: - dependency-name: numpydoc dependency-type: direct:production 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 917902c..80fa51d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ requires-python = ">=3.9" [project.optional-dependencies] dev = ["pre-commit==3.6.2"] docs = [ - "numpydoc==1.6.0", + "numpydoc==1.8.0", "sphinx==7.2.6", "furo==2024.1.29", "m2r2==v0.3.3.post2",