From b65b16019b7e359ac95755bd2315c5c002b4a021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 03:07:53 +0000 Subject: [PATCH] Bump importlib-resources from 6.5.2 to 7.1.0 Bumps [importlib-resources](https://github.com/python/importlib_resources) from 6.5.2 to 7.1.0. - [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.2...v7.1.0) --- updated-dependencies: - dependency-name: importlib-resources dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a6e5a727..9988f765 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ gitdb==4.0.12 ; python_version >= "3.12" and python_version < "4" gitpython==3.1.61 ; python_version >= "3.12" and python_version < "4" idna==3.19 ; python_version >= "3.12" and python_version < "4" importlib-metadata==9.0.1 ; python_version >= "3.12" and python_version < "4" -importlib-resources==6.5.2 ; python_version >= "3.12" and python_version < "4" +importlib-resources==7.1.0 ; python_version >= "3.12" and python_version < "4" jinja2==3.1.6 ; python_version >= "3.12" and python_version < "4" markdown==3.10.3 ; python_version >= "3.12" and python_version < "4" markupsafe==3.0.3 ; python_version >= "3.12" and python_version < "4"