From 057b962b247f0290c427f6bd3a9ef9a5677f905e Mon Sep 17 00:00:00 2001 From: Vidar Tonaas Fauske <510760+vidartf@users.noreply.github.com> Date: Thu, 3 Nov 2022 12:37:45 +0000 Subject: [PATCH] Update minimal client version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a55d1a0860..1cfa2214a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "anyio>=3.1.0,<4", "argon2-cffi", "jinja2", - "jupyter_client>=6.1.12", + "jupyter_client>=7.1.1", "jupyter_core>=4.7.0", "jupyter_server_terminals", "nbconvert>=6.4.4",