From e62bad3ca3d6a52a17b8a6d45fd7fd24aeebfdb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 22:17:35 +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",