Skip to content

Commit 7d1637a

Browse files
committed
last one!
1 parent 028e959 commit 7d1637a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ google-api-python-client==2.108.0
1010
ipykernel==6.22.0 # matches a pinned version in hail init_notebook.py
1111
ipywidgets==8.0.6 # matches a pinned version in hail init_notebook.py
1212
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

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ azure-storage-blob==12.23.1
5959
# via hail
6060
beautifulsoup4==4.12.3
6161
# via nbconvert
62-
bleach[css]==6.2.0
62+
bleach==6.2.0
6363
# via nbconvert
6464
bokeh==3.3.4
6565
# via hail
@@ -281,7 +281,7 @@ matplotlib-inline==0.1.7
281281
# via
282282
# ipykernel
283283
# ipython
284-
mistune==3.1.0
284+
mistune==2.0.5
285285
# via nbconvert
286286
msal==1.31.0
287287
# via
@@ -299,8 +299,9 @@ nbclassic==1.2.0
299299
# via notebook
300300
nbclient==0.10.2
301301
# via nbconvert
302-
nbconvert==7.16.5
302+
nbconvert==7.3.1
303303
# via
304+
# -r requirements.in
304305
# jupyter-server
305306
# notebook
306307
nbformat==5.10.4
@@ -532,7 +533,7 @@ terminado==0.18.1
532533
threadpoolctl==3.5.0
533534
# via scikit-learn
534535
tinycss2==1.4.0
535-
# via bleach
536+
# via nbconvert
536537
tornado==6.4.2
537538
# via
538539
# bokeh
@@ -569,7 +570,6 @@ typing-extensions==4.12.2
569570
# azure-storage-blob
570571
# ipython
571572
# janus
572-
# mistune
573573
# multidict
574574
# pydantic
575575
# pydantic-core

0 commit comments

Comments
 (0)