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

Bump nbconvert from 6.4.2 to 6.5.1 #24

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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 15 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ babel==2.9.1
# via jupyterlab-server
backcall==0.2.0
# via ipython
beautifulsoup4==4.11.1
# via nbconvert
bleach==4.1.0
# via nbconvert
cattrs==1.10.0
Expand Down Expand Up @@ -114,8 +116,12 @@ jupyterlab-server==2.10.3
# via jupyterlab
jupyterlab-widgets==1.0.2
# via ipywidgets
lxml==4.9.1
# via nbconvert
markupsafe==2.1.0
# via jinja2
# via
# jinja2
# nbconvert
matplotlib-inline==0.1.3
# via
# ipykernel
Expand All @@ -126,7 +132,7 @@ nbclassic==0.3.6
# via jupyterlab
nbclient==0.5.12
# via nbconvert
nbconvert==6.4.2
nbconvert==6.5.1
# via
# jupyter-server
# notebook
Expand Down Expand Up @@ -157,6 +163,7 @@ packaging==21.3
# jupyter-server
# jupyterlab
# jupyterlab-server
# nbconvert
pandas==1.4.1
# via -r requirements.in
pandocfilters==1.5.0
Expand Down Expand Up @@ -224,13 +231,15 @@ six==1.16.0
# url-normalize
sniffio==1.2.0
# via anyio
soupsieve==2.3.2.post1
# via beautifulsoup4
stack-data==0.2.0
# via ipython
terminado==0.13.3
# via
# jupyter-server
# notebook
testpath==0.6.0
tinycss2==1.1.1
# via nbconvert
tornado==6.1
# via
Expand Down Expand Up @@ -264,7 +273,9 @@ urllib3==1.26.8
wcwidth==0.2.5
# via prompt-toolkit
webencodings==0.5.1
# via bleach
# via
# bleach
# tinycss2
websocket-client==1.3.1
# via jupyter-server
widgetsnbextension==3.5.2
Expand Down