Skip to content

Commit c455633

Browse files
build(pip): bump the doc-deps group with 2 updates
Bumps the doc-deps group with 2 updates: [jupyterlab](https://github.com/jupyterlab/jupyterlab) and [numpydoc](https://github.com/numpy/numpydoc). Updates `jupyterlab` from 4.4.3 to 4.4.4 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected]) Updates `numpydoc` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/numpy/numpydoc/releases) - [Changelog](https://github.com/numpy/numpydoc/blob/main/RELEASE.rst) - [Commits](numpy/numpydoc@v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc-deps - dependency-name: numpydoc dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: doc-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 93f5ebc commit c455633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jupyter = [
5959
]
6060
doc = [
6161
"ansys-sphinx-theme==1.5.2",
62-
"numpydoc==1.8.0",
62+
"numpydoc==1.9.0",
6363
"Sphinx==8.1.3",
6464
"sphinx-copybutton==0.5.2",
6565
"sphinx-autoapi==3.6.0",
@@ -69,7 +69,7 @@ doc = [
6969
"myst-parser==4.0.1",
7070
"nbsphinx==0.9.7",
7171
"jupytext==1.17.2",
72-
"jupyterlab==4.4.3",
72+
"jupyterlab==4.4.4",
7373
"jupyter-server==2.16.0",
7474
"nbconvert==7.16.6",
7575
"pyvista[jupyter]>=0.43,<0.46",

0 commit comments

Comments
 (0)