From 3deac7020a35f12c02d1e2e35e8b525251197a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 04:04:41 +0000 Subject: [PATCH] Bump numpy from 2.4.0 to 2.4.1 in the python group Bumps the python group with 1 update: [numpy](https://github.com/numpy/numpy). 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: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78a1f13..a221756 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "dask==2025.12.0", "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",