From d6f06f86fa0f12c18ec141ab446909c1567689bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:33:37 +0000 Subject: [PATCH] chore(deps-dev): update importlib-metadata requirement Updates the requirements on [importlib-metadata](https://github.com/python/importlib_metadata) to permit the latest version. - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_metadata/compare/v8.7.1...v9.0.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-version: 9.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- unicorn_approvals/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicorn_approvals/pyproject.toml b/unicorn_approvals/pyproject.toml index f9b5483..9c21b68 100644 --- a/unicorn_approvals/pyproject.toml +++ b/unicorn_approvals/pyproject.toml @@ -19,7 +19,7 @@ dev = [ "aws-lambda-powertools[all]>=3.25.0", "requests>=2.32.5", "moto[dynamodb,events,sqs]>=5.1.22", - "importlib-metadata>=8.7.1", + "importlib-metadata>=9.0.0", "pyyaml>=6.0.3", "arnparse>=0.0.2", "pytest>=9.0.2",