Skip to content

Commit

Permalink
Bump numpydoc from 1.5.0 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [numpydoc](https://github.com/numpy/numpydoc) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/numpy/numpydoc/releases)
- [Changelog](https://github.com/numpy/numpydoc/blob/main/doc/release_notes.rst)
- [Commits](numpy/numpydoc@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: numpydoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent dc7c183 commit 808dbd2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Only specify the packages necessary for [docs]

gitpython==3.1.37
numpydoc==1.5.0
numpydoc==1.6.0
sphinx==6.2.1
sphinx-rtd-theme==1.2.2
sphinxcontrib-bibtex==2.5.0
16 changes: 10 additions & 6 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docutils==0.18.1
gitdb==4.0.10
# via gitpython
gitpython==3.1.37
# via -r requirements.in
# via -r doc/requirements.in
idna==3.4
# via requests
imagesize==1.4.1
Expand All @@ -34,8 +34,8 @@ latexcodec==2.0.1
# via pybtex
markupsafe==2.1.3
# via jinja2
numpydoc==1.5.0
# via -r requirements.in
numpydoc==1.6.0
# via -r doc/requirements.in
packaging==23.1
# via sphinx
pybtex==0.24.0
Expand All @@ -60,17 +60,17 @@ snowballstemmer==2.2.0
# via sphinx
sphinx==6.2.1
# via
# -r requirements.in
# -r doc/requirements.in
# numpydoc
# sphinx-rtd-theme
# sphinxcontrib-bibtex
# sphinxcontrib-jquery
sphinx-rtd-theme==1.2.2
# via -r requirements.in
# via -r doc/requirements.in
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-bibtex==2.5.0
# via -r requirements.in
# via -r doc/requirements.in
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
Expand All @@ -83,5 +83,9 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
tabulate==0.9.0
# via numpydoc
tomli==2.0.1
# via numpydoc
urllib3==2.0.7
# via requests

0 comments on commit 808dbd2

Please sign in to comment.