From 2aafc127b42dafb89b23c05c20a2c4a0a0ed0060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:33:19 +0000 Subject: [PATCH] Update importlib-resources requirement in /tools Updates the requirements on [importlib-resources](https://github.com/python/importlib_resources) to permit the latest version. - [Release notes](https://github.com/python/importlib_resources/releases) - [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_resources/compare/v6.5.0...v7.1.0) --- updated-dependencies: - dependency-name: importlib-resources dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pyproject.toml b/tools/pyproject.toml index 9a60701a..5f51bac8 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "dvp-platform == 5.1.0", "flake8 >= 7.3, < 7.4", "httpretty >= 1.0, < 1.1", - "importlib-resources >= 6.5, < 6.6", + "importlib-resources >= 6.5, < 7.2", "jinja2 >= 3.1, < 3.2", "jsonschema >= 4.25, < 4.26", "MarkupSafe >= 3.0, < 3.1",