From f2a8e185d6fbf0345914a7b79a6a6e4b4d9ec789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:54:34 +0000 Subject: [PATCH] Bump tifffile from 2026.2.15 to 2026.4.11 Bumps [tifffile](https://github.com/cgohlke/tifffile) from 2026.2.15 to 2026.4.11. - [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.4.11) --- updated-dependencies: - dependency-name: tifffile dependency-version: 2026.4.11 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 112cc98..1382a17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ urls.homepage = "https://github.com/HiPCTProject/hipct-reg" docs = ["pydata-sphinx-theme", "sphinx", "sphinx-autoapi", "sphinx-gallery"] [dependency-groups] -dev = ["pooch", "pytest", "pytest-cov", "tifffile==2026.2.15"] +dev = ["pooch", "pytest", "pytest-cov", "tifffile==2026.4.11"] [tool.coverage] run = { source = ["hipct_reg"] }