From 9d45c49cc81def65b3501d475493bf1972cf1167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 08:27:07 +0000 Subject: [PATCH] Bump the python group across 1 directory with 4 updates Bumps the python group with 4 updates in the / directory: [dask](https://github.com/dask/dask), [numpy](https://github.com/numpy/numpy), [ome-zarr-models](https://github.com/ome-zarr-models/ome-zarr-models-py) and [scikit-image](https://github.com/scikit-image/scikit-image). Updates `dask` from 2025.5.1 to 2025.7.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/2025.5.1...2025.7.0) Updates `numpy` from 2.2.6 to 2.3.2 - [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.2.6...v2.3.2) Updates `ome-zarr-models` from 0.1.7 to 0.1.10 - [Release notes](https://github.com/ome-zarr-models/ome-zarr-models-py/releases) - [Changelog](https://github.com/ome-zarr-models/ome-zarr-models-py/blob/main/docs/changelog.md) - [Commits](https://github.com/ome-zarr-models/ome-zarr-models-py/compare/0.1.7...v0.1.10) Updates `scikit-image` from 0.25.1 to 0.25.2 - [Release notes](https://github.com/scikit-image/scikit-image/releases) - [Changelog](https://github.com/scikit-image/scikit-image/blob/main/RELEASE.txt) - [Commits](https://github.com/scikit-image/scikit-image/compare/v0.25.1...v0.25.2) --- updated-dependencies: - dependency-name: dask dependency-version: 2025.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: numpy dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: ome-zarr-models dependency-version: 0.1.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: scikit-image dependency-version: 0.25.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 13d5f67..c9ef191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,13 +20,13 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "dask==2025.5.1", + "dask==2025.7.0", "joblib==1.5.1", "loguru==0.7.3", - "numpy==2.2.6", - "ome-zarr-models==0.1.7", + "numpy==2.3.2", + "ome-zarr-models==0.1.10", "pydantic-zarr==0.7.0", - "scikit-image==0.25.1", + "scikit-image==0.25.2", "zarr==2.18.7", "numcodecs==0.15.1", ]