From 6472aeee7d209d71c3b8998d07d5499adcaf1da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 08:07:20 +0000 Subject: [PATCH] Bump numpydoc from 1.7.0 to 1.8.0 Bumps [numpydoc](https://github.com/numpy/numpydoc) from 1.7.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.7.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 84574b1dd4..f358fa97ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ docs = [ "ipython==8.26.0", "jsonschema[format]", "myst_parser==4.0.0", - "numpydoc==1.7.0", + "numpydoc==1.8.0", "sphinx-copybutton==0.5.2", "sphinx==7.4.7", "sphinx_design==0.6.0",