From 490cd5bc84a68ee763519fd4a5e71e99b2c3b7ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 13:58:56 +0000 Subject: [PATCH] MAINT: Bump numpydoc from 1.1.0 to 1.5.0 Bumps [numpydoc](https://github.com/numpy/numpydoc) from 1.1.0 to 1.5.0. - [Release notes](https://github.com/numpy/numpydoc/releases) - [Changelog](https://github.com/numpy/numpydoc/blob/main/doc/release_notes.rst) - [Commits](https://github.com/numpy/numpydoc/compare/v1.1.0...v1.5.0) --- updated-dependencies: - dependency-name: numpydoc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- doc_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_requirements.txt b/doc_requirements.txt index 4c7396efe3f3..0f5b2f3462a1 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -1,6 +1,6 @@ # doxygen required, use apt-get or dnf sphinx>=4.5.0 -numpydoc==1.4 +numpydoc==1.5.0 pydata-sphinx-theme==0.9.0 sphinx-design ipython!=8.1.0