diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-07-02 09:09:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 09:09:26 +0000 |
commit | 509b14a03854af8184fbb217c78eb3b453a4fae8 (patch) | |
tree | 334ffe6da4484f567e89876edc72a111a8d81beb | |
parent | cf4a61244519f0ba0889beab3d5a3db61c44362d (diff) | |
download | gerbonara-509b14a03854af8184fbb217c78eb3b453a4fae8.tar.gz gerbonara-509b14a03854af8184fbb217c78eb3b453a4fae8.tar.bz2 gerbonara-509b14a03854af8184fbb217c78eb3b453a4fae8.zip |
Bump numpydoc from 0.9.2 to 1.1.0
Bumps [numpydoc](https://github.com/numpy/numpydoc) from 0.9.2 to 1.1.0.
- [Release notes](https://github.com/numpy/numpydoc/releases)
- [Changelog](https://github.com/numpy/numpydoc/blob/master/doc/release_notes.rst)
- [Commits](https://github.com/numpy/numpydoc/compare/v0.9.2...v1.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | requirements-docs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-docs.txt b/requirements-docs.txt index a7a6c41..9bfaba6 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -3,4 +3,4 @@ # documentation generation support Sphinx==3.0.3 -numpydoc==0.9.2 +numpydoc==1.1.0 |