From a5be5494ab64df9abd979b7adb56d78454ece726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:15:37 +0000 Subject: [PATCH] build(deps): 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 b5b81c179..d92dea097 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ doc = [ "flit>=3.8.0", "jupyter_sphinx==0.5.3", "numpy==2.0.0", - "numpydoc==1.7.0", + "numpydoc==1.8.0", "pandas==2.2.2", "parse==1.20.2", "pypandoc==1.13",