Skip to content

Commit 29c2422

Browse files
authored
Upgrade to jupyter_client 8.8.0 (#1487)
1 parent fc185cc commit 29c2422

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ dependencies = [
2323
"ipython>=7.23.1",
2424
"comm>=0.1.1",
2525
"traitlets>=5.4.0",
26-
"jupyter_client>=8.0.0",
27-
"jupyter_core>=4.12,!=5.0.*",
26+
"jupyter_client>=8.8.0",
27+
"jupyter_core>=5.1,!=6.0.*",
2828
# For tk event loop support only.
2929
"nest_asyncio>=1.4",
30-
"tornado>=6.2",
30+
"tornado>=6.4.1",
3131
"matplotlib-inline>=0.1",
3232
'appnope>=0.1.2;platform_system=="Darwin"',
3333
"pyzmq>=25",

0 commit comments

Comments
 (0)