From 4c8398b1aff4b5c372ede1807a47c6f3bc788175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 23:21:25 +0000 Subject: [PATCH 1/2] build: bump jupyterlab from 4.4.9 to 4.4.10 in the doc group Bumps the doc group with 1 update: [jupyterlab](https://github.com/jupyterlab/jupyterlab). Updates `jupyterlab` from 4.4.9 to 4.4.10 - [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.4.10) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd84648c7b..08e559f1f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ doc = [ "build==1.3.0", "ipykernel==6.31.0", "jupyter-server==2.17.0", - "jupyterlab==4.4.9", + "jupyterlab==4.4.10", "jupytext==1.18.1", "libcst==1.8.5", "matplotlib==3.10.7", From 1c376038a1338929895c8d9159281bde85483b62 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 4 Nov 2025 23:22:44 +0000 Subject: [PATCH 2/2] chore: adding changelog file 878.dependencies.md [dependabot-skip] --- doc/source/changelog/878.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/878.dependencies.md diff --git a/doc/source/changelog/878.dependencies.md b/doc/source/changelog/878.dependencies.md new file mode 100644 index 0000000000..bd2f8db412 --- /dev/null +++ b/doc/source/changelog/878.dependencies.md @@ -0,0 +1 @@ +Bump jupyterlab from 4.4.9 to 4.4.10 in the doc group