diff --git a/pyproject.toml b/pyproject.toml index 78d86de8f1c8..59cf5c220a32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ Pypi = "https://pypi.org/project/jupyterlab" [project.optional-dependencies] docs = [ - "sphinx>=1.8,<7.4.0", + "sphinx>=1.8,<8.1.0", "sphinx-copybutton", "pydata-sphinx-theme>=0.13.0", "pytest", @@ -87,15 +87,15 @@ docs = [ "myst-parser", ] docs-screenshots = [ - "altair==5.3.0", + "altair==5.4.1", "ipython==8.16.1", - "ipywidgets==8.1.3", + "ipywidgets==8.1.5", "jupyterlab-geojson==3.4.0", - "jupyterlab-language-pack-zh-CN==4.2.post1", - "matplotlib==3.9.0", + "jupyterlab-language-pack-zh-CN==4.2.post3", + "matplotlib==3.9.2", "nbconvert>=7.0.0", - "pandas==2.2.2", - "scipy==1.14.0", + "pandas==2.2.3", + "scipy==1.14.1", "vega_datasets==0.9.0", ] test = [ @@ -119,7 +119,7 @@ dev = [ "coverage", "hatch", "bump2version", - "ruff==0.5.0", + "ruff==0.6.8", ] upgrade-extension = [ "pyyaml-include<3.0",