From 8d0e60f20d4b78926d46f6a947bb3c069bdfb9af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:35:08 +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_contracts/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicorn_contracts/pyproject.toml b/unicorn_contracts/pyproject.toml index fb61605..99e50d1 100644 --- a/unicorn_contracts/pyproject.toml +++ b/unicorn_contracts/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",