diff --git a/docs/requirements.txt b/docs/requirements.txt index 51e7cdc206a..e81266870b3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,6 +7,6 @@ nbsphinx==0.9.3 sphinx==7.1.2 sphinx-tabs==3.4.7 sphinx-copybutton==0.5.2 -nbconvert==6.5.4 +nbconvert==7.16.6 lxml==5.2.1 lxml_html_clean==0.4.0 diff --git a/python/pyproject.toml b/python/pyproject.toml index a57218b3de4..35081f1c76b 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "ipywidgets>=8.0.4", "pygments>=2.7.4", "jupyter_packaging~=0.12", - "jupyterlab>=3.0.0,==3.*", + "jupyterlab==4.*", "setuptools>=67.3.2", "wheel==0.38.4", ] diff --git a/python/requirements_jupyter_build.txt b/python/requirements_jupyter_build.txt index 492acf451d4..8b78b7a7898 100644 --- a/python/requirements_jupyter_build.txt +++ b/python/requirements_jupyter_build.txt @@ -2,4 +2,4 @@ pywinpty==2.0.2; sys_platform=='win32' and python_version=='3.6' ipywidgets>=8.0.4 pygments>=2.7.4 jupyter_packaging~=0.12 -jupyterlab>=3.0.0,==3.* +jupyterlab==4.*