diff --git a/pyproject.toml b/pyproject.toml index 799612be..03e26e96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ gurobi = [ ] interactive = [ "ipython>=8.0.0", - "jupyterlab>=4.3.2" + "jupyterlab>=4.5.7" ] [tool.hatch.version] diff --git a/uv.lock b/uv.lock index e5a0d6f4..22ddc0ea 100644 --- a/uv.lock +++ b/uv.lock @@ -510,7 +510,7 @@ requires-dist = [ { name = "gurobipy", marker = "extra == 'gurobi'", specifier = "<14" }, { name = "ipython", marker = "extra == 'interactive'", specifier = ">=8.0.0" }, { name = "joypy", specifier = ">=0.2.6" }, - { name = "jupyterlab", marker = "extra == 'interactive'", specifier = ">=4.3.2" }, + { name = "jupyterlab", marker = "extra == 'interactive'", specifier = ">=4.5.7" }, { name = "kaleido", specifier = ">=1.0.0" }, { name = "loguru", specifier = ">=0.7.2" }, { name = "notebook", specifier = ">=7.4.7" }, @@ -1408,7 +1408,7 @@ wheels = [ [[package]] name = "jupyterlab" -version = "4.5.3" +version = "4.5.7" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "async-lru" }, @@ -1425,9 +1425,9 @@ dependencies = [ { name = "tornado" }, { name = "traitlets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/3e/76/393eae3349f9a39bf21f8f5406e5244d36e2bfc932049b6070c271f92764/jupyterlab-4.5.3.tar.gz", hash = "sha256:4a159f71067cb38e4a82e86a42de8e7e926f384d7f2291964f282282096d27e8", size = 23939231, upload-time = "2026-01-23T15:04:25.768Z" } +sdist = { url = "https://files.pythonhosted.org/packages/2b/22/8440ec827762146e7cdecf04335bd348795899d29dc6ae82238707353a2c/jupyterlab-4.5.7.tar.gz", hash = "sha256:55a9822c4754da305f41e113452c68383e214dcf96de760146af89ce5d5117b0", size = 23992763, upload-time = "2026-04-29T16:43:51.328Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/9e/9a/0bf9a7a45f0006d7ff4fdc4fc313de4255acab02bf4db1887c65f0472c01/jupyterlab-4.5.3-py3-none-any.whl", hash = "sha256:63c9f3a48de72ba00df766ad6eed416394f5bb883829f11eeff0872302520ba7", size = 12391761, upload-time = "2026-01-23T15:04:21.214Z" }, + { url = "https://files.pythonhosted.org/packages/3d/aa/537b8f7d80e799af19af35fb3ddfc970b951088a13c57dd9387dcfbb7f61/jupyterlab-4.5.7-py3-none-any.whl", hash = "sha256:fba4cb0e2c44a52859669d8c98b45de029d5e515f8407bf8534d2a8fc5f0964d", size = 12450123, upload-time = "2026-04-29T16:43:46.639Z" }, ] [[package]]