From 451924d6c6af7067651f31d45aca1086b9163e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:58:17 +0000 Subject: [PATCH] Bump the python group across 1 directory with 3 updates Bumps the python group with 3 updates in the / directory: [dask](https://github.com/dask/dask), [numpy](https://github.com/numpy/numpy) and [tensorstore](https://github.com/google/tensorstore). 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) Updates `tensorstore` from 0.1.80 to 0.1.81 - [Commits](https://github.com/google/tensorstore/compare/v0.1.80...v0.1.81) --- 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 - dependency-name: tensorstore dependency-version: 0.1.81 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 266813f..c9e66dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,16 +20,16 @@ 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", "zarr==3.1.1", "numcodecs==0.15.1", - "tensorstore==0.1.80", + "tensorstore==0.1.81", "scipy==1.17.0" ]