From 49ab7f2e0a8c97fa512701699c2c031188f52f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:29:13 +0000 Subject: [PATCH] Bump blosc2 from 3.0.0b4 to 4.2.0 Bumps [blosc2](https://github.com/Blosc/python-blosc2) from 3.0.0b4 to 4.2.0. - [Release notes](https://github.com/Blosc/python-blosc2/releases) - [Changelog](https://github.com/Blosc/python-blosc2/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/Blosc/python-blosc2/compare/v3.0.0-beta.4...v4.2.0) --- updated-dependencies: - dependency-name: blosc2 dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 062bdb9..f202a42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ # NiChart_DLMUSE 0.1.7 dependencies "nnunetv2 == 2.5.1", "acvl_utils == 0.2.5", - "blosc2 == 3.0.0b4" + "blosc2 == 4.2.0" ] dynamic = ["version"]