Skip to content

Commit f8589d0

Browse files
chore: bump the doc group across 1 directory with 4 updates
Bumps the doc group with 4 updates in the / directory: [ipython](https://github.com/ipython/ipython), [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme), [nbsphinx](https://github.com/spatialaudio/nbsphinx) and [jupyterlab](https://github.com/jupyterlab/jupyterlab). Updates `ipython` from 8.36.0 to 8.37.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@8.36.0...8.37.0) Updates `ansys-sphinx-theme` from 1.4.4 to 1.5.2 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](ansys/ansys-sphinx-theme@v1.4.4...v1.5.2) Updates `nbsphinx` from 0.9.6 to 0.9.7 - [Release notes](https://github.com/spatialaudio/nbsphinx/releases) - [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst) - [Commits](spatialaudio/nbsphinx@0.9.6...0.9.7) Updates `jupyterlab` from 4.4.2 to 4.4.3 - [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]) --- updated-dependencies: - dependency-name: ipython dependency-version: 8.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: doc - dependency-name: ansys-sphinx-theme dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: doc - dependency-name: nbsphinx dependency-version: 0.9.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc - dependency-name: jupyterlab dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eacc4c3 commit f8589d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tests = [
6262
"openpyxl==3.1.5",
6363
"scikit-learn==1.6.1",
6464
"pytest-xdist==3.7.0",
65-
"ipython==8.36.0",
65+
"ipython==8.37.0",
6666
"pyvista==0.45.2",
6767
]
6868
doc = [
@@ -80,16 +80,16 @@ doc = [
8080
"sphinx-copybutton==0.5.2",
8181
"sphinx-gallery==0.19.0",
8282
"sphinx-autodoc-typehints==3.1.0",
83-
"ansys-sphinx-theme==1.4.4",
83+
"ansys-sphinx-theme==1.5.2",
8484
"pypandoc==1.15",
85-
"nbsphinx==0.9.6",
85+
"nbsphinx==0.9.7",
8686

8787

8888
"ipywidgets==8.1.7",
8989
"joblib==1.5.1",
9090
"scikit-learn==1.6.1",
91-
"ipython==8.36.0",
92-
"jupyterlab==4.4.2",
91+
"ipython==8.37.0",
92+
"jupyterlab==4.4.3",
9393
"sphinx-jinja==2.0.2",
9494
"sphinx-autoapi==3.6.0",
9595
"pyvista==0.45.2",

0 commit comments

Comments
 (0)