From 13bb3d8b8040f7b181edabcf578e55ad19e76509 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Thu, 13 Oct 2022 14:02:08 +0200 Subject: [PATCH] Update nbclient --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 218cd1f8b..f3946331a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "jupyter_core>=4.11.0", "jupyter_server>=1.18,<2.0.0", "jupyterlab_server>=2.3.0,<3", - "nbclient>=0.4.0,<0.7", + "nbclient>=0.4.0,<0.8", "nbconvert>=6.4.5,<8", "traitlets>=5.0.3,<6", "websockets>=9.0",