From 837895d07a95951fe5f8b607424aa45859212b76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 00:24:19 +0000 Subject: [PATCH] Bump the python group across 1 directory with 2 updates Bumps the python group with 2 updates in the / directory: [dask](https://github.com/dask/dask) and [numpy](https://github.com/numpy/numpy). Updates `dask` from 2025.12.0 to 2026.1.1 - [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.12.0...2026.1.1) Updates `numpy` from 2.4.0 to 2.4.1 - [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.0...v2.4.1) --- updated-dependencies: - dependency-name: dask dependency-version: 2026.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: numpy dependency-version: 2.4.1 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 78a1f13..da332b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,10 +20,10 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "dask==2025.12.0", + "dask==2026.1.1", "joblib==1.5.3", "loguru==0.7.3", - "numpy==2.4.0", + "numpy==2.4.1", "ome-zarr-models==1.3", "pydantic-zarr==0.9.1", "scikit-image==0.26.0",