From 131c01401f280bf89d5b739365c911db19a4207a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:50:14 +0000 Subject: [PATCH] chore(deps): update dependency jupyterlab to v4.0.11 [security] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 776b952b..94159996 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "genomepy==0.16.1", "gimmemotifs==0.18.0", "gtfparse==1.3.0", - "jupyterlab==4.0.9", + "jupyterlab==4.0.11", "matplotlib==3.8.1", "memory-efficient-attention-pytorch==0.1.6", "pandas==2.1.3",