Skip to content

Commit

Permalink
bump client min version
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 3, 2022
1 parent d8f3cc2 commit 6248586
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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 <socket.socket:ResourceWarning",

"module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
]

Expand Down

0 comments on commit 6248586

Please sign in to comment.