From dfd1bdd8540753eabb2781ee9f82531e498f2e5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 00:54:58 +0000 Subject: [PATCH] Bump tifffile from 2026.1.14 to 2026.1.28 Bumps [tifffile](https://github.com/cgohlke/tifffile) from 2026.1.14 to 2026.1.28. - [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.1.14...v2026.1.28) --- updated-dependencies: - dependency-name: tifffile dependency-version: 2026.1.28 dependency-type: direct:development 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 eedd2c8..c09fa93 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.1.14"] +dev = ["pooch", "pytest", "pytest-cov", "tifffile==2026.1.28"] [tool.coverage] run = { source = ["hipct_reg"] }