From 14b2395e67ed15d87c88994f533c7f9cc0b3927d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 08:12:28 +0000 Subject: [PATCH] chore(deps-dev): bump importlib-metadata in /unicorn_contracts Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 7.2.1 to 8.4.0. - [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/v7.2.1...v8.4.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- unicorn_contracts/poetry.lock | 10 +++++----- unicorn_contracts/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/unicorn_contracts/poetry.lock b/unicorn_contracts/poetry.lock index d11974f..c21f8c1 100644 --- a/unicorn_contracts/poetry.lock +++ b/unicorn_contracts/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "arnparse" @@ -343,13 +343,13 @@ files = [ [[package]] name = "importlib-metadata" -version = "7.2.1" +version = "8.4.0" description = "Read metadata from Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "importlib_metadata-7.2.1-py3-none-any.whl", hash = "sha256:ffef94b0b66046dd8ea2d619b701fe978d9264d38f3998bc4c27ec3b146a87c8"}, - {file = "importlib_metadata-7.2.1.tar.gz", hash = "sha256:509ecb2ab77071db5137c655e24ceb3eee66e7bbc6574165d0d114d9fc4bbe68"}, + {file = "importlib_metadata-8.4.0-py3-none-any.whl", hash = "sha256:66f342cc6ac9818fc6ff340576acd24d65ba0b3efabb2b4ac08b598965a4a2f1"}, + {file = "importlib_metadata-8.4.0.tar.gz", hash = "sha256:9a547d3bc3608b025f93d403fdd1aae741c24fbb8314df4b155675742ce303c5"}, ] [package.dependencies] @@ -864,4 +864,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6301618ad8c029aa08af4f62e9410142ea738f531d2ea26f519342defd8e3c94" +content-hash = "860c702ba450ffb322b6997455d1009d4cea38b804d28e445a1fc132d1f961e2" diff --git a/unicorn_contracts/pyproject.toml b/unicorn_contracts/pyproject.toml index 8d29191..5131b46 100644 --- a/unicorn_contracts/pyproject.toml +++ b/unicorn_contracts/pyproject.toml @@ -15,7 +15,7 @@ aws-xray-sdk = "^2.14.0" pytest = "^8.2.0" requests = "^2.31.0" moto = "^5.0.6" -importlib-metadata = "^7.1.0" +importlib-metadata = "^8.4.0" pyyaml = "^6.0.1" arnparse = "^0.0.2" aws-lambda-powertools = {extras = ["aws-sdk"], version = "^2.41.0"}