From 94f8b1c6cf084cbc1af49008ba9fb86f23dc2ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 23:36:54 +0000 Subject: [PATCH] Bump jupyterlab from 4.5.7 to 4.5.9 --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.5.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b60ced8..d680bd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ test = [ [project.optional-dependencies] jupyterlab = [ # jupyterlab, including headless - "jupyterlab >=4.4", + "jupyterlab>=4.5.9", "trame >=3.10", "trame-vtk >=2.8.17", "trame-vuetify >=3.0", diff --git a/uv.lock b/uv.lock index 203153e..63b0fe6 100644 --- a/uv.lock +++ b/uv.lock @@ -1481,7 +1481,7 @@ wheels = [ [[package]] name = "jupyterlab" -version = "4.5.7" +version = "4.5.9" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "async-lru" }, @@ -1498,9 +1498,9 @@ dependencies = [ { name = "tornado" }, { name = "traitlets" }, ] -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" } +sdist = { url = "https://files.pythonhosted.org/packages/e8/52/a8d4895bef501ffeb6af448e8bf7079541c7772978211963aa653518c2d9/jupyterlab-4.5.9.tar.gz", hash = "sha256:dd79a073fecae7a39066ea99e4627ed6c76269ac926e95a810e1e1df6358d865", size = 23994445, upload-time = "2026-06-17T15:42:16.406Z" } wheels = [ - { 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" }, + { url = "https://files.pythonhosted.org/packages/c6/bb/2f9b425062416fba58f580c9b89c3b07277ccdf0a292501fedbca8ea00ea/jupyterlab-4.5.9-py3-none-any.whl", hash = "sha256:5ff0f908e8ac0afbed32b106fdef360f101c0a6654d1bf4a81e98a293ae1b336", size = 12449803, upload-time = "2026-06-17T15:42:12.18Z" }, ] [[package]] @@ -4006,7 +4006,7 @@ test = [ [package.metadata] requires-dist = [ { name = "ipywidgets", marker = "extra == 'jupyterlab'", specifier = ">=8.1.7" }, - { name = "jupyterlab", marker = "extra == 'jupyterlab'", specifier = ">=4.4" }, + { name = "jupyterlab", marker = "extra == 'jupyterlab'", specifier = ">=4.5.9" }, { name = "pandas", marker = "extra == 'test'", specifier = ">=2.3" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=9.0.3" }, { name = "pyvista", specifier = ">=0.45" },