From 7061672277df1dbbd76e587f51457bbe2380b775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 14:39:30 +0000 Subject: [PATCH] Bump tifffile from 2026.2.15 to 2026.5.2 Bumps [tifffile](https://github.com/cgohlke/tifffile) from 2026.2.15 to 2026.5.2. - [Release notes](https://github.com/cgohlke/tifffile/releases) - [Changelog](https://github.com/cgohlke/tifffile/blob/master/CHANGES.rst) - [Commits](https://github.com/cgohlke/tifffile/compare/v2026.2.15...v2026.5.2) --- updated-dependencies: - dependency-name: tifffile dependency-version: 2026.5.2 dependency-type: direct:development 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 b24890f..2dcd467 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dev = [ "pytest", "pytest-cov", "ruff>=0.15.12", - "tifffile==2026.2.15", + "tifffile==2026.5.2", ] [tool.coverage]