From efbd60d7a866f384ac3d69f3eb2b85fe5940b91c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 19:28:32 +0000 Subject: [PATCH] build(deps): Update numpydoc requirement from ~=1.1 to ~=1.2 Updates the requirements on [numpydoc](https://github.com/numpy/numpydoc) to permit the latest version. - [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/numpydoc-1.2rc1...numpydoc-1.2) --- updated-dependencies: - dependency-name: numpydoc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 3020b94..99db147 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ sphinx-book-theme~=0.1 -numpydoc~=1.1 +numpydoc~=1.2 sphinx-copybutton~=0.4 sphinxcontrib-bibtex~=2.4 # nupack -f https://github.com/beliveau-lab/NUPACK/blob/master/src/package/nupack-4.0.0.23-cp38-cp38-macosx_10_13_x86_64.whl; sys_platform == "darwin"