From fb990ca502a46c3fbb95ee90d6bab0064d26f3fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:31:47 +0000 Subject: [PATCH] Bump importlib-resources from 6.4.5 to 6.5.2 Bumps [importlib-resources](https://github.com/python/importlib_resources) from 6.4.5 to 6.5.2. - [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.4.5...v6.5.2) --- updated-dependencies: - dependency-name: importlib-resources dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6de4981..367b70d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ antlr4-python3-runtime==4.13.2 black==24.8.0 -importlib_resources==6.4.5 +importlib_resources==6.5.2 jsonschema==4.23.0 referencing==0.35.1 ruamel.yaml==0.18.10