From 8684231122924c0f1f5f04d82d3db10f1ebfeaa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 04:03:58 +0000 Subject: [PATCH] Bump imageio from 2.37.0 to 2.37.3 Bumps [imageio](https://github.com/imageio/imageio) from 2.37.0 to 2.37.3. - [Release notes](https://github.com/imageio/imageio/releases) - [Changelog](https://github.com/imageio/imageio/blob/master/CHANGELOG.md) - [Commits](https://github.com/imageio/imageio/compare/v2.37.0...v2.37.3) --- updated-dependencies: - dependency-name: imageio dependency-version: 2.37.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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..694179d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "watchdog==6.0.0", "psutil==7.1.1", "playsound3==3.2.8", - "imageio==2.37.0", + "imageio==2.37.3", "imageio-ffmpeg==0.6.0", "PyImarisWriter==0.7.0; sys_platform=='win32'" ]