From cddd31e88743d82fa5711a74e93d1e144b942155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 04:03:07 +0000 Subject: [PATCH] Bump nd2 from 0.10.4 to 0.11.2 Bumps [nd2](https://github.com/tlambert03/nd2) from 0.10.4 to 0.11.2. - [Release notes](https://github.com/tlambert03/nd2/releases) - [Changelog](https://github.com/tlambert03/nd2/blob/main/CHANGELOG.md) - [Commits](https://github.com/tlambert03/nd2/compare/v0.10.4...v0.11.2) --- updated-dependencies: - dependency-name: nd2 dependency-version: 0.11.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f26c6713..8fd0ac5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "scikit-learn==1.7.2", "tqdm==4.67.1", "streamlit==1.50.0", - "nd2==0.10.4", + "nd2==0.11.2", "sqlalchemy==2.0.44", "plotly-express==0.4.1", "watchdog==6.0.0",