From 3d945c2aae6b6d81b73e45072dbf8f88c7fffad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:32:29 +0000 Subject: [PATCH 1/2] maint: bump jupyterlab from 4.4.5 to 4.4.7 Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.4.5 to 4.4.7. - [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.5...@jupyterlab/lsp@4.4.7) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.4.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4270b884..992af104 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ doc = [ "ansys-mapdl-reader==0.55.1", "ansys-sphinx-theme==1.5.2", "jupyter_sphinx==0.5.3", - "jupyterlab==4.4.5", + "jupyterlab==4.4.7", "numpydoc==1.9.0", "pypandoc==1.15", "pytest-sphinx==0.6.3", From 94669f4ddd39419acad0a11d12d7ae07f9d27c91 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:34:00 +0000 Subject: [PATCH 2/2] chore: adding changelog file 554.miscellaneous.md [dependabot-skip] --- doc/changelog.d/554.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/554.miscellaneous.md diff --git a/doc/changelog.d/554.miscellaneous.md b/doc/changelog.d/554.miscellaneous.md new file mode 100644 index 00000000..fbec476c --- /dev/null +++ b/doc/changelog.d/554.miscellaneous.md @@ -0,0 +1 @@ +Maint: bump jupyterlab from 4.4.5 to 4.4.7