diff --git a/hub/jupyter-server/requirements.txt b/hub/jupyter-server/requirements.txt index ce8721cd..581d52a6 100644 --- a/hub/jupyter-server/requirements.txt +++ b/hub/jupyter-server/requirements.txt @@ -15,9 +15,9 @@ beautifulsoup4==4.13.4 bokeh==3.7.3 gensim==4.3.3 # unmaintained, blocking numpy and scipy bump imageio==2.37.0 -joblib==1.5.0 +joblib==1.5.3 librosa==0.11.0 -nltk==3.9.1 +nltk==3.9.4 numpy==1.26.4 # bump blocked by gensim numba==0.61.2 opencv-python==4.11.0.86 @@ -26,18 +26,18 @@ plotly==6.0.1 kaleido==1.0.0 pytest==8.3.5 python-docx==1.1.2 -pytz==2025.2 -requests==2.32.4 +pytz==2026.2 +requests==2.34.2 scikit-image==0.25.2 scikit-learn==1.6.1 scipy==1.13.1 # bump blocked by gensim seaborn==0.13.2 soundfile==0.13.1 -spacy==3.8.2 # doesn't work on 3.13.x +spacy==3.8.14 # doesn't work on 3.13.x textblob==0.19.0 tornado==6.5.1 urllib3==2.5.0 xarray==2025.4.0 -xlrd==2.0.1 +xlrd==2.0.2 sympy==1.14.0 diff --git a/hub/jupyter-server/server/requirements.txt b/hub/jupyter-server/server/requirements.txt index 89f8d59a..7c8008f5 100644 --- a/hub/jupyter-server/server/requirements.txt +++ b/hub/jupyter-server/server/requirements.txt @@ -2,6 +2,6 @@ fastapi==0.111.0 httpx==0.27.0 websockets==12.0 uvicorn[standard]==0.30.1 -requests==2.32.4 +requests==2.34.2 pydantic==2.9.1