From e267b6c03250c95783269eb4ed8f1f439f919b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:29:58 +0000 Subject: [PATCH] Bump numpydoc from 1.6.0 to 1.7.0 Bumps [numpydoc](https://github.com/numpy/numpydoc) from 1.6.0 to 1.7.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.7.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 f46acb3..1f6b9a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ doc = [ "ansys-sphinx-theme==0.14.0", "anyio==4.3.0", "numpy==1.26.4", - "numpydoc==1.6.0", + "numpydoc==1.7.0", "pyansys-tools-variableinterop==0.1.1", "Sphinx==7.2.6", "sphinx-copybutton==0.5.2",