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"] }