Skip to content

Commit

Permalink
Update nbconvert and nbclient dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Sep 30, 2022
1 parent 383ea61 commit c58b20e
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 @@ -38,8 +38,8 @@ dependencies = [
"jupyter_core>=4.11.0",
"jupyter_server>=1.18,<2.0.0",
"jupyterlab_server>=2.3.0,<3",
"nbclient>=0.4.0,<0.6",
"nbconvert>=6.4.5,<7",
"nbclient>=0.4.0,<0.7",
"nbconvert>=6.4.5,<8",
"traitlets>=5.0.3,<6",
"websockets>=9.0",
]
Expand Down Expand Up @@ -96,7 +96,7 @@ path = "hatch_build.py"
[tool.hatch.build.targets.sdist]
exclude = [
".github",
"*.gif",
"*.gif",
]

[tool.hatch.build.hooks.jupyter-builder]
Expand Down

0 comments on commit c58b20e

Please sign in to comment.