From 8aaa777d50837e0613d8c588a4958497acbac911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:49:25 +0000 Subject: [PATCH 1/2] build(pip): bump the jupyter-deps group across 1 directory with 2 updates Bumps the jupyter-deps group with 2 updates in the / directory: [jupyterlab](https://github.com/jupyterlab/jupyterlab) and [notebook](https://github.com/jupyter/notebook). Updates `jupyterlab` from 4.4.9 to 4.5.0 - [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/lsp@4.4.9...@jupyterlab/lsp@4.5.0) Updates `notebook` from 7.4.7 to 7.5.0 - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.4.7...@jupyter-notebook/tree@7.5.0) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: jupyter-deps - dependency-name: notebook dependency-version: 7.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: jupyter-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", From 43344f20bb3bbd608a0aabad462a8ab39779ebc9 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:50:53 +0000 Subject: [PATCH 2/2] chore: adding changelog file 781.dependencies.md [dependabot-skip] --- doc/changelog.d/781.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/781.dependencies.md 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