File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ google-api-python-client==2.108.0
10
10
ipykernel==6.22.0 # matches a pinned version in hail init_notebook.py
11
11
ipywidgets==8.0.6 # matches a pinned version in hail init_notebook.py
12
12
notebook==6.5.6 # matches a pinned version in hail init_notebook.py
13
+ nbconvert==7.3.1 # matches a pinned version in hail init_notebook.py
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ azure-storage-blob==12.23.1
59
59
# via hail
60
60
beautifulsoup4 == 4.12.3
61
61
# via nbconvert
62
- bleach [ css ] == 6.2.0
62
+ bleach == 6.2.0
63
63
# via nbconvert
64
64
bokeh == 3.3.4
65
65
# via hail
@@ -281,7 +281,7 @@ matplotlib-inline==0.1.7
281
281
# via
282
282
# ipykernel
283
283
# ipython
284
- mistune == 3.1.0
284
+ mistune == 2.0.5
285
285
# via nbconvert
286
286
msal == 1.31.0
287
287
# via
@@ -299,8 +299,9 @@ nbclassic==1.2.0
299
299
# via notebook
300
300
nbclient == 0.10.2
301
301
# via nbconvert
302
- nbconvert == 7.16.5
302
+ nbconvert == 7.3.1
303
303
# via
304
+ # -r requirements.in
304
305
# jupyter-server
305
306
# notebook
306
307
nbformat == 5.10.4
@@ -532,7 +533,7 @@ terminado==0.18.1
532
533
threadpoolctl == 3.5.0
533
534
# via scikit-learn
534
535
tinycss2 == 1.4.0
535
- # via bleach
536
+ # via nbconvert
536
537
tornado == 6.4.2
537
538
# via
538
539
# bokeh
@@ -569,7 +570,6 @@ typing-extensions==4.12.2
569
570
# azure-storage-blob
570
571
# ipython
571
572
# janus
572
- # mistune
573
573
# multidict
574
574
# pydantic
575
575
# pydantic-core
You can’t perform that action at this time.
0 commit comments