From b67b6a6fd5ab64b8add8abc4525fb6ac247e737f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:31:45 +0900 Subject: [PATCH] Bump importlib-resources from 6.1.3 to 6.4.0 (#3196) Bumps [importlib-resources](https://github.com/python/importlib_resources) from 6.1.3 to 6.4.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.1.3...v6.4.0) --- updated-dependencies: - dependency-name: importlib-resources dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29ef55d30eb..0a04fde4c37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "psutil==5.9.8", # Mem cache needs system checks "ftfy==6.1.3", "regex==2023.12.25", - "importlib_resources==6.1.3", + "importlib_resources==6.4.0", "docstring_parser==0.16", # CLI help-formatter "rich_argparse==1.4.0", # CLI help-formatter ]