From 62485863c885393a5644b6cf2b83330474532813 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 3 Nov 2022 12:22:47 -0500 Subject: [PATCH] bump client min version --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a55d1a0860..d80d2bd139 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.2", "jupyter_core>=4.7.0", "jupyter_server_terminals", "nbconvert>=6.4.4", @@ -136,12 +136,12 @@ testpaths = [ ] timeout = 100 # Restore this setting to debug failures -# timeout_method = "thread" +timeout_method = "thread" filterwarnings = [ "error", "ignore:Passing a schema to Validator.iter_errors:DeprecationWarning", "ignore:run_pre_save_hook is deprecated:DeprecationWarning", - "always:unclosed