Skip to content

Commit d6f06f8

Browse files
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](python/importlib_metadata@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] <support@github.com>
1 parent 418b3d0 commit d6f06f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unicorn_approvals/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dev = [
1919
"aws-lambda-powertools[all]>=3.25.0",
2020
"requests>=2.32.5",
2121
"moto[dynamodb,events,sqs]>=5.1.22",
22-
"importlib-metadata>=8.7.1",
22+
"importlib-metadata>=9.0.0",
2323
"pyyaml>=6.0.3",
2424
"arnparse>=0.0.2",
2525
"pytest>=9.0.2",

0 commit comments

Comments
 (0)