From 2c78e2e26c8dd4da672366806ee3c974abb4e77f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 14:16:34 +0100 Subject: [PATCH] BUILD: Update jupyterlab requirement from <4.3,>=4.0.0 to >=4.0.0,<4.4 (#878) Updates the requirements on [jupyterlab](https://github.com/jupyterlab/jupyterlab) to permit the latest version. - [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.0...@jupyterlab/lsp@4.3.0) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 020572ee50..3c08ee58e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ doc = [ "ansys-sphinx-theme>=0.10.0,<1.1", "imageio>=2.30.0,<2.37", "ipython>=8.13.0,<8.30", - "jupyterlab>=4.0.0,<4.3", + "jupyterlab>=4.0.0,<4.4", "jupytext>=1.16.0,<1.17", "matplotlib>=3.5.0,<3.10", "nbsphinx>=0.9.0,<0.10",