diff --git a/pyproject.toml b/pyproject.toml index bacebe4497bc..bbca418fc7af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ Pypi = "https://pypi.org/project/jupyterlab" [project.optional-dependencies] docs = [ - "sphinx>=1.8,<7.3.0", + "sphinx>=1.8,<7.4.0", "sphinx-copybutton", "pydata-sphinx-theme>=0.13.0", "pytest", @@ -85,15 +85,15 @@ docs = [ "myst-parser", ] docs-screenshots = [ - "altair==5.2.0", + "altair==5.3.0", "ipython==8.16.1", - "ipywidgets==8.1.1", + "ipywidgets==8.1.3", "jupyterlab-geojson==3.4.0", - "jupyterlab-language-pack-zh-CN==4.0.post6", - "matplotlib==3.8.2", + "jupyterlab-language-pack-zh-CN==4.2.post1", + "matplotlib==3.9.0", "nbconvert>=7.0.0", - "pandas==2.2.0", - "scipy==1.12.0", + "pandas==2.2.2", + "scipy==1.13.1", "vega_datasets==0.9.0", ] test = [ @@ -117,7 +117,7 @@ dev = [ "coverage", "hatch", "bump2version", - "ruff==0.2.0", + "ruff==0.4.7", ] [tool.check-wheel-contents]