From 3f71c4cffb92956e614ebb87a965c419b61a51b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:55:29 +0000 Subject: [PATCH] Bump importlib-resources from 6.4.0 to 6.4.5 in /biomedicus_client Bumps [importlib-resources](https://github.com/python/importlib_resources) from 6.4.0 to 6.4.5. - [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.0...v6.4.5) --- updated-dependencies: - dependency-name: importlib-resources dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- biomedicus_client/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biomedicus_client/pyproject.toml b/biomedicus_client/pyproject.toml index bad3adb6..a774d232 100644 --- a/biomedicus_client/pyproject.toml +++ b/biomedicus_client/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "grpcio-health-checking==1.66.1", "grpcio-status==1.66.1", "tqdm==4.66.5", - "importlib_resources==6.4.0", + "importlib_resources==6.4.5", "pyyaml==6.0.2" ] dynamic = ["version"]