From 8b9f954cc0668ae35b2815ebc2f64db2aa4e41fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 06:20:19 +0000 Subject: [PATCH] Update jupyterlab requirement from <4.4.0 to <4.5.0 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/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/jupyterlab-example-app@0.1.0...@jupyterlab/lsp@4.4.1) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e0c2d7d8..9558c704 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def read(fname): "geoalchemy2 < 0.7.0", "geopandas >= 0.12.0, < 1.1.0", "geopy >= 2.0.0, < 2.5.0", - "jupyterlab < 4.4.0", + "jupyterlab < 4.5.0", "jupyter_dash < 0.5.0", "matplotlib >= 3.3.0, < 3.11.0", "multiprocess < 0.71.0",