From f85f867f2ae4514b7a7d1e7657a4314a90138a9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:03:46 +0000 Subject: [PATCH] MAINT: 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 27772df4b..47ab326ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ tests = [ ] doc = [ "ansys-sphinx-theme==1.0.2", - "numpydoc==1.7.0", + "numpydoc==1.8.0", "Sphinx==8.0.2", # BLOCKED BY sphinx-design - Cannot upgrade to Sphinx 7 for now "sphinx-copybutton==0.5.2", "sphinx_design==0.6.1",