Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LOW] Update dependency mistune to v2 #734

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ llvmlite==0.31.0 # via numba
lxml==4.5.2 # via jupyter-contrib-nbextensions
markupsafe==1.1.1 # via jinja2
matplotlib==3.3.0 # via -r requirements.in
mistune==0.8.4 # via nbconvert
mistune==2.0.3 # via nbconvert
nbconvert==5.6.1 # via jupyter, jupyter-contrib-nbextensions, jupyter-latex-envs, jupyter-server, notebook, voila
nbformat==5.0.7 # via ipywidgets, jupyter-server, nbconvert, notebook
notebook==6.0.3 # via jupyter, jupyter-contrib-core, jupyter-contrib-nbextensions, jupyter-latex-envs, jupyter-nbextensions-configurator, widgetsnbextension
Expand Down
Loading