From 569aa54e340a5b1c17bc417853f40dc513360772 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Mon, 22 Jul 2024 14:37:47 +0200 Subject: [PATCH] Bump ypywidgets>=0.9.0 (#65) --- python/jupytergis_lab/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/jupytergis_lab/pyproject.toml b/python/jupytergis_lab/pyproject.toml index 28668554..147937af 100644 --- a/python/jupytergis_lab/pyproject.toml +++ b/python/jupytergis_lab/pyproject.toml @@ -27,8 +27,7 @@ dependencies = [ "jupyter-ydoc>=2,<3", "jupyterlab>=4,<5", "jupyter-collaboration>=2,<3", - "ypywidgets>=0.6.5,<0.7", - "reacttrs>=0.1,<0.2", + "ypywidgets>=0.9.0,<0.10.0", "yjs-widgets>=0.3.4,<0.4", "comm>=0.1.2,<0.2.0", "pydantic>=2,<3",