diff --git a/unicorn_properties/poetry.lock b/unicorn_properties/poetry.lock index 3930031..65cacff 100644 --- a/unicorn_properties/poetry.lock +++ b/unicorn_properties/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" @@ -342,13 +342,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] @@ -863,4 +863,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c1e932fd9ab681e944f70462d93f7077446e0ffa0b62e84ab5cfe2168c0d0365" +content-hash = "54e4e9677ab3febe1e596f2cae266ccf070992adf51907e8eeeb85b6c2d64d00" diff --git a/unicorn_properties/pyproject.toml b/unicorn_properties/pyproject.toml index 89e5599..9174242 100644 --- a/unicorn_properties/pyproject.toml +++ b/unicorn_properties/pyproject.toml @@ -18,7 +18,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"