Skip to content

Commit

Permalink
Pin traitlets<5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed May 31, 2022
1 parent e6aa4a2 commit 52d9edc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nbclient/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ def start_channels(
) -> None:
raise Exception("Any error")

def stop_channels(self) -> None:
def stop_channels(self):
pass

nb = nbformat.v4.new_notebook()
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jupyter_client>=6.1.5
nbformat>=5.0
nest_asyncio
traitlets>=5.0.0
traitlets>=5.0.0,<5.2.0

0 comments on commit 52d9edc

Please sign in to comment.