From b0ce841dda99d83f41b28b74458035b7cb909d45 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Thu, 8 Jan 2026 16:10:13 +0100 Subject: [PATCH] Upgrade to jupyter_client 8.8.0 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 85d7515e9..ac31b558e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,11 +23,11 @@ dependencies = [ "ipython>=7.23.1", "comm>=0.1.1", "traitlets>=5.4.0", - "jupyter_client>=8.0.0", - "jupyter_core>=4.12,!=5.0.*", + "jupyter_client>=8.8.0", + "jupyter_core>=5.1,!=6.0.*", # For tk event loop support only. "nest_asyncio>=1.4", - "tornado>=6.2", + "tornado>=6.4.1", "matplotlib-inline>=0.1", 'appnope>=0.1.2;platform_system=="Darwin"', "pyzmq>=25",