diff --git a/doc/changelog.d/781.dependencies.md b/doc/changelog.d/781.dependencies.md new file mode 100644 index 000000000..2bcc79f4b --- /dev/null +++ b/doc/changelog.d/781.dependencies.md @@ -0,0 +1 @@ +Bump the jupyter-deps group across 1 directory with 2 updates diff --git a/pyproject.toml b/pyproject.toml index b2a19f6b0..9fb3a6f77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ jupyter = [ "ipywidgets", "pyvista[jupyter]>=0.43,<0.47", "ansys-tools-visualization-interface>=0.8.3", - "notebook==7.4.7", + "notebook==7.5.0", ] doc = [ "ansys-sphinx-theme[autoapi]==1.6.1", @@ -67,7 +67,7 @@ doc = [ "myst-parser==4.0.1", "nbsphinx==0.9.7", "jupytext==1.17.3", - "jupyterlab==4.4.9", + "jupyterlab==4.5.0", "jupyter-server==2.17.0", "nbconvert==7.16.6", "pyvista[jupyter]>=0.43,<0.47",