Skip to content

Commit fd9128c

Browse files
maint: bump the doc group with 4 updates
Bumps the doc group with 4 updates: [jupyter-server](https://github.com/jupyter-server/jupyter_server), [numpydoc](https://github.com/numpy/numpydoc), [nbconvert](https://github.com/jupyter/nbconvert) and [jupyterlab](https://github.com/jupyterlab/jupyterlab). Updates `jupyter-server` from 2.12.5 to 2.13.0 - [Release notes](https://github.com/jupyter-server/jupyter_server/releases) - [Changelog](https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md) - [Commits](jupyter-server/jupyter_server@v2.12.5...v2.13.0) Updates `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) Updates `nbconvert` from 7.16.1 to 7.16.2 - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](jupyter/nbconvert@v7.16.1...v7.16.2) Updates `jupyterlab` from 4.1.2 to 4.1.3 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected]) --- updated-dependencies: - dependency-name: jupyter-server dependency-type: direct:production update-type: version-update:semver-minor dependency-group: doc - dependency-name: numpydoc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: doc - dependency-name: nbconvert dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc - dependency-name: jupyterlab dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a48d99f commit fd9128c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ doc = [
3838
"ansys-sphinx-theme==0.14.0",
3939
"enum-tools[sphinx]==0.11.0",
4040
"jupytext==1.16.1",
41-
"jupyter-server==2.12.5",
41+
"jupyter-server==2.13.0",
4242
"myst-parser==2.0.0",
4343
"nbsphinx==0.9.3",
44-
"numpydoc==1.5.0",
45-
"nbconvert==7.16.1",
44+
"numpydoc==1.6.0",
45+
"nbconvert==7.16.2",
4646
"sphinx==7.2.6",
4747
"sphinx-design==0.5.0",
4848
"sphinx-jinja==2.0.2",
4949
"sphinx-copybutton==0.5.2",
50-
"jupyterlab==4.1.2",
50+
"jupyterlab==4.1.3",
5151
]
5252
visualization = [
5353
"numpy==1.26.4",

0 commit comments

Comments
 (0)