Skip to content

Commit

Permalink
Pin mistune to v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu committed Jan 2, 2025
1 parent eb8c126 commit 0bff0f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- Reorganize Javascript files to separate Sprockets and Webpack compilation (#7345)
- Replace moment.js dependency with much smaller dayjs (#7346)
- Refactor `FileViewer`, `TextViewer`, `BinaryViewer` and `ImageViewer` components (#7270)
- Pin `mistune` Python dependency to preserve compatibility with `nbconvert` (#7371)

## [v2.6.1]

Expand Down
3 changes: 3 additions & 0 deletions requirements-jupyter.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# TODO: replace requirements files with Pipfile file (when it is stable and supported by pip)
nbconvert==7.16.4
playwright==1.49.0
# Pin mistune to < 3.1 to be compatible with nbconvert
# Ref: https://github.com/jupyter/nbconvert/issues/2198
mistune~=3.0.2

0 comments on commit 0bff0f7

Please sign in to comment.