From fb11bc4979012484c349ec7cfeb7b8d38a0ac521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 07:00:54 +0000 Subject: [PATCH] build(deps-dev): bump jupyterlab from 4.0.6 to 4.0.7 Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.0.6 to 4.0.7. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.0.6...@jupyterlab/lsp@4.0.7) --- updated-dependencies: - dependency-name: jupyterlab 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 6b654041..988c96de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ doc = [ "ansys-mapdl-reader==0.52.20", "ansys-sphinx-theme==0.12.3", "jupyter_sphinx==0.4.0", - "jupyterlab==4.0.6", + "jupyterlab==4.0.7", "numpydoc==1.6.0", "pypandoc==1.12", "pytest-sphinx==0.5.0",