diff --git a/poetry.lock b/poetry.lock index 4d7e026..6999b23 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "antlr4-python3-runtime" @@ -1835,14 +1835,14 @@ files = [ [[package]] name = "nhs-aws-helpers" -version = "0.7.38" +version = "0.8.1" description = "" optional = false -python-versions = "<=4.0,>=3.9" +python-versions = "<=4.0,>=3.10" groups = ["main"] files = [ - {file = "nhs_aws_helpers-0.7.38-py3-none-any.whl", hash = "sha256:cd1d960cd9aa0901590512e00a5b0f36d520009dfc90e8a25792df3bdeca2a71"}, - {file = "nhs_aws_helpers-0.7.38.tar.gz", hash = "sha256:1263cd64190450464905cca1c272ba16c9c36f1c392871adcbd5d9f4cc8a500e"}, + {file = "nhs_aws_helpers-0.8.1-py3-none-any.whl", hash = "sha256:269684332b6c3922e6e9ce5159865e346ee4cda5cc2577febbdc166caf6cdf4a"}, + {file = "nhs_aws_helpers-0.8.1.tar.gz", hash = "sha256:e25f2a52f42011bf87d409b223c6c1fe80c4f3e11a7aeb431f5b3e453ffa81e6"}, ] [package.dependencies] @@ -2408,4 +2408,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "7c94a9136153d6d102d08d4dae72b5c7b1cd73df0a7da0742a6055d6a18ad7a9" +content-hash = "34180d62089bb12b8449d3ab16454318fbf44e933c9a5dd9da63b7e538f4272f" diff --git a/pyproject.toml b/pyproject.toml index 736192d..52d83f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.11" importlib-metadata = "8.0.0" urllib3 = "^2.6.0" spine-aws-common = "^0.2.14" -nhs-aws-helpers = "^0.7.7" +nhs-aws-helpers = "^0.8.1" aws-lambda-powertools = "^2.36.0" mesh-client = "^3.2.3" requests = "^2.32.3"