From 103ecfb99b16c3d1370709a220e873021ae3a574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 01:00:47 +0000 Subject: [PATCH] Bump tifffile from 2025.12.20 to 2026.1.14 Bumps [tifffile](https://github.com/cgohlke/tifffile) from 2025.12.20 to 2026.1.14. - [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/v2025.12.20...v2026.1.14) --- updated-dependencies: - dependency-name: tifffile dependency-version: 2026.1.14 dependency-type: direct:development 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 e00fe40..4f6aca6 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==2025.12.20"] +dev = ["pooch", "pytest", "pytest-cov", "tifffile==2026.1.14"] [tool.coverage] run = { source = ["hipct_reg"] }