From fe2b2775959128bc521d0b2abc25c49005f7d560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 02:26:26 +0000 Subject: [PATCH] Bump the python group across 1 directory with 9 updates Bumps the python group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [dask](https://github.com/dask/dask) | `2026.1.2` | `2026.3.0` | | [numpy](https://github.com/numpy/numpy) | `2.4.2` | `2.4.4` | | [pydantic-zarr](https://github.com/zarr-developers/pydantic-zarr) | `0.9.1` | `0.10.0` | | [tensorstore](https://github.com/google/tensorstore) | `0.1.81` | `0.1.82` | | [scipy](https://github.com/scipy/scipy) | `1.17.0` | `1.17.1` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.8` | `3.10.9` | | [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) | `0.17.0` | `0.17.1` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `9.0.4` | `9.1.0` | | [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) | `0.20.0` | `0.21.0` | Updates `dask` from 2026.1.2 to 2026.3.0 - [Release notes](https://github.com/dask/dask/releases) - [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md) - [Commits](https://github.com/dask/dask/compare/2026.1.2...2026.3.0) Updates `numpy` from 2.4.2 to 2.4.4 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.4.2...v2.4.4) Updates `pydantic-zarr` from 0.9.1 to 0.10.0 - [Release notes](https://github.com/zarr-developers/pydantic-zarr/releases) - [Changelog](https://github.com/zarr-developers/pydantic-zarr/blob/main/docs/release-notes.md) - [Commits](https://github.com/zarr-developers/pydantic-zarr/compare/v0.9.1...v0.10.0) Updates `tensorstore` from 0.1.81 to 0.1.82 - [Commits](https://github.com/google/tensorstore/compare/v0.1.81...v0.1.82) Updates `scipy` from 1.17.0 to 1.17.1 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.17.0...v1.17.1) Updates `matplotlib` from 3.10.8 to 3.10.9 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.8...v3.10.9) Updates `pydata-sphinx-theme` from 0.17.0 to 0.17.1 - [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases) - [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md) - [Commits](https://github.com/pydata/pydata-sphinx-theme/compare/v0.17.0...v0.17.1) Updates `sphinx` from 9.0.4 to 9.1.0 - [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/v9.0.4...v9.1.0) Updates `sphinx-gallery` from 0.20.0 to 0.21.0 - [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases) - [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-gallery/sphinx-gallery/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: dask dependency-version: 2026.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: pydantic-zarr dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: tensorstore dependency-version: 0.1.82 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: scipy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python - dependency-name: pydata-sphinx-theme dependency-version: 0.17.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: sphinx-gallery dependency-version: 0.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 95209c6..dc74945 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,17 +22,17 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "dask==2026.1.2", + "dask==2026.3.0", "joblib==1.5.3", "loguru==0.7.3", - "numpy==2.4.2", + "numpy==2.4.4", "ome-zarr-models==1.3", - "pydantic-zarr==0.9.1", + "pydantic-zarr==0.10.0", "scikit-image==0.26.0", "zarr==3.1.1", "numcodecs==0.16.5", - "tensorstore==0.1.81", - "scipy==1.17.0", + "tensorstore==0.1.82", + "scipy==1.17.1", # Not direct dependencies, but lower versions fail to build "slicerator>=1", "fsspec>=2023" @@ -40,11 +40,11 @@ dependencies = [ optional-dependencies = { docs = [ "dask-image==2025.11.0", - "matplotlib==3.10.8", - "pydata-sphinx-theme==0.17.0", - "sphinx==9.0.4", + "matplotlib==3.10.9", + "pydata-sphinx-theme==0.17.1", + "sphinx==9.1.0", "sphinx-autoapi==3.8.0", - "sphinx-gallery==0.20.0", + "sphinx-gallery==0.21.0", "tifffile==2026.4.11", ] }