Skip to content

Commit c58b20e

Browse files
committed
Update nbconvert and nbclient dependencies
1 parent 383ea61 commit c58b20e

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
@@ -38,8 +38,8 @@ dependencies = [
3838
"jupyter_core>=4.11.0",
3939
"jupyter_server>=1.18,<2.0.0",
4040
"jupyterlab_server>=2.3.0,<3",
41-
"nbclient>=0.4.0,<0.6",
42-
"nbconvert>=6.4.5,<7",
41+
"nbclient>=0.4.0,<0.7",
42+
"nbconvert>=6.4.5,<8",
4343
"traitlets>=5.0.3,<6",
4444
"websockets>=9.0",
4545
]
@@ -96,7 +96,7 @@ path = "hatch_build.py"
9696
[tool.hatch.build.targets.sdist]
9797
exclude = [
9898
".github",
99-
"*.gif",
99+
"*.gif",
100100
]
101101

102102
[tool.hatch.build.hooks.jupyter-builder]

0 commit comments

Comments
 (0)