From 4cabaecda025510a7f147ef25184e5d8edcdee28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:04:22 +0000 Subject: [PATCH] Update dependency importlib_resources to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb0bf15f..b74656de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ keywords = ["dials", "dials_data"] dynamic = ["readme"] requires-python = ">=3.9" -dependencies = ["pyyaml", "requests", "py", "importlib_resources~=6.3"] +dependencies = ["pyyaml", "requests", "py", "importlib_resources~=7.1"] [project.optional-dependencies] test = ["coverage", "pytest"]