Skip to content

Commit 3e4679a

Browse files
chore(deps-dev): update importlib-metadata requirement in /unicorn_web
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 3e4679a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unicorn_web/pyproject.toml

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

0 commit comments

Comments
 (0)