From edf481a495cfe7e80e5618a40600b683b9ca4726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:18:02 +0000 Subject: [PATCH] Bump the actions group with 8 updates Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx), [altair](https://github.com/altair-viz/altair), [ipywidgets](https://github.com/jupyter-widgets/ipywidgets), [jupyterlab-language-pack-zh-cn](https://github.com/jupyterlab/language-packs), [matplotlib](https://github.com/matplotlib/matplotlib), [pandas](https://github.com/pandas-dev/pandas), [scipy](https://github.com/scipy/scipy) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `sphinx` to 7.3.7 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v1.8.0...v7.3.7) Updates `altair` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/altair-viz/altair/releases) - [Commits](https://github.com/altair-viz/altair/compare/v5.2.0...v5.3.0) Updates `ipywidgets` from 8.1.1 to 8.1.2 - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](https://github.com/jupyter-widgets/ipywidgets/compare/8.1.1...8.1.2) Updates `jupyterlab-language-pack-zh-cn` from 4.0.post6 to 4.1.post2 - [Release notes](https://github.com/jupyterlab/language-packs/releases) - [Changelog](https://github.com/jupyterlab/language-packs/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/language-packs/compare/ar-SA@v4.0.post6...ar-SA@v4.1.post2) Updates `matplotlib` from 3.8.2 to 3.8.4 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.2...v3.8.4) Updates `pandas` from 2.2.0 to 2.2.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.0...v2.2.2) Updates `scipy` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.12.0...v1.13.0) Updates `ruff` from 0.2.0 to 0.4.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.2.0...v0.4.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production dependency-group: actions - dependency-name: altair dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: ipywidgets dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: jupyterlab-language-pack-zh-cn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bacebe4497bc..37a9cd924f09 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.2", "jupyterlab-geojson==3.4.0", - "jupyterlab-language-pack-zh-CN==4.0.post6", - "matplotlib==3.8.2", + "jupyterlab-language-pack-zh-CN==4.1.post2", + "matplotlib==3.8.4", "nbconvert>=7.0.0", - "pandas==2.2.0", - "scipy==1.12.0", + "pandas==2.2.2", + "scipy==1.13.0", "vega_datasets==0.9.0", ] test = [ @@ -117,7 +117,7 @@ dev = [ "coverage", "hatch", "bump2version", - "ruff==0.2.0", + "ruff==0.4.2", ] [tool.check-wheel-contents]