From 3e5b2cad8633f7881afa2d241b0ff9b21ce277f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 04:43:28 +0000 Subject: [PATCH] Bump the python group with 2 updates Bumps the python group with 2 updates: [dask](https://github.com/dask/dask) and [numpy](https://github.com/numpy/numpy). Updates `dask` from 2026.1.1 to 2026.1.2 - [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.1...2026.1.2) Updates `numpy` from 2.4.1 to 2.4.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.4.1...v2.4.2) --- updated-dependencies: - dependency-name: dask dependency-version: 2026.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: numpy dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 266813f..6e2a7b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,10 +20,10 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "dask==2026.1.1", + "dask==2026.1.2", "joblib==1.5.3", "loguru==0.7.3", - "numpy==2.4.1", + "numpy==2.4.2", "ome-zarr-models==1.3", "pydantic-zarr==0.9.1", "scikit-image==0.26.0",