diff --git a/doc/changelog.d/459.dependencies.md b/doc/changelog.d/459.dependencies.md new file mode 100644 index 000000000..c6b551d92 --- /dev/null +++ b/doc/changelog.d/459.dependencies.md @@ -0,0 +1 @@ +build(deps): bump numpydoc from 1.7.0 to 1.8.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 6377ceb15..c5a3a1805 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ doc = [ "jupytext==1.16.4", "notebook==7.2.1", "nbsphinx==0.9.4", - "numpydoc==1.7.0", + "numpydoc==1.8.0", "pandas==2.2.2", "Pillow>=9.0", "PyGitHub==2.3.0",