diff --git a/alexa-skill/lambda-pdm/pdm.lock b/alexa-skill/lambda-pdm/pdm.lock index cf8f954..c199bf9 100644 --- a/alexa-skill/lambda-pdm/pdm.lock +++ b/alexa-skill/lambda-pdm/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "lint", "typecheck", "i18n", "test"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.1" -content_hash = "sha256:23697dc813e4605e81ce36d22c574fda79e4a2dc56180c04a73b31e24d74a26f" +content_hash = "sha256:7ebdf05b4501c3e382ec8fbb76039f2b870eabe17719e727c9f9f42b28549e10" [[package]] name = "annotated-types" @@ -79,18 +79,18 @@ files = [ [[package]] name = "boto3" -version = "1.28.78" -requires_python = ">= 3.7" +version = "1.34.127" +requires_python = ">=3.8" summary = "The AWS SDK for Python" groups = ["default"] dependencies = [ - "botocore<1.32.0,>=1.31.78", + "botocore<1.35.0,>=1.34.127", "jmespath<2.0.0,>=0.7.1", - "s3transfer<0.8.0,>=0.7.0", + "s3transfer<0.11.0,>=0.10.0", ] files = [ - {file = "boto3-1.28.78-py3-none-any.whl", hash = "sha256:ff8df4bb5aeb69acc64959a74b31042bfc52d64ca77dbe845a72c8062c48d179"}, - {file = "boto3-1.28.78.tar.gz", hash = "sha256:aa970b1571321846543a6e615848352fe7621f1cb96b4454e919421924af95f7"}, + {file = "boto3-1.34.127-py3-none-any.whl", hash = "sha256:d370befe4fb7aea5bc383057d7dad18dda5d0cf3cd3295915bcc8c8c4191905c"}, + {file = "boto3-1.34.127.tar.gz", hash = "sha256:58ccdeae3a96811ecc9d5d866d8226faadbd0ee1891756e4a04d5186e9a57a64"}, ] [[package]] @@ -133,8 +133,8 @@ files = [ [[package]] name = "botocore" -version = "1.31.85" -requires_python = ">= 3.7" +version = "1.34.127" +requires_python = ">=3.8" summary = "Low-level, data-driven core of boto 3." groups = ["default"] dependencies = [ @@ -143,8 +143,8 @@ dependencies = [ "urllib3<1.27,>=1.25.4; python_version < \"3.10\"", ] files = [ - {file = "botocore-1.31.85-py3-none-any.whl", hash = "sha256:b8f35d65f2b45af50c36fc25cc1844d6bd61d38d2148b2ef133b8f10e198555d"}, - {file = "botocore-1.31.85.tar.gz", hash = "sha256:ce58e688222df73ec5691f934be1a2122a52c9d11d3037b586b3fff16ed6d25f"}, + {file = "botocore-1.34.127-py3-none-any.whl", hash = "sha256:e14fa28c8bb141de965e700f88b196d17c67a703c7f0f5c7e14f7dd1cf636011"}, + {file = "botocore-1.34.127.tar.gz", hash = "sha256:a377871742c40603d559103f19acb7bc93cfaf285e68f21b81637ec396099877"}, ] [[package]] @@ -594,16 +594,16 @@ files = [ [[package]] name = "s3transfer" -version = "0.7.0" -requires_python = ">= 3.7" +version = "0.10.1" +requires_python = ">= 3.8" summary = "An Amazon S3 Transfer Manager" groups = ["default"] dependencies = [ - "botocore<2.0a.0,>=1.12.36", + "botocore<2.0a.0,>=1.33.2", ] files = [ - {file = "s3transfer-0.7.0-py3-none-any.whl", hash = "sha256:10d6923c6359175f264811ef4bf6161a3156ce8e350e705396a7557d6293c33a"}, - {file = "s3transfer-0.7.0.tar.gz", hash = "sha256:fd3889a66f5fe17299fe75b82eae6cf722554edca744ca5d5fe308b104883d2e"}, + {file = "s3transfer-0.10.1-py3-none-any.whl", hash = "sha256:ceb252b11bcf87080fb7850a224fb6e05c8a776bab8f2b64b7f25b969464839d"}, + {file = "s3transfer-0.10.1.tar.gz", hash = "sha256:5683916b4c724f799e600f41dd9e10a9ff19871bf87623cc8f491cb4f5fa0a19"}, ] [[package]] diff --git a/alexa-skill/lambda-pdm/pyproject.toml b/alexa-skill/lambda-pdm/pyproject.toml index b6c03ba..5867216 100644 --- a/alexa-skill/lambda-pdm/pyproject.toml +++ b/alexa-skill/lambda-pdm/pyproject.toml @@ -6,7 +6,7 @@ authors = [ {name = "MarcTM01", email = "108792843+MarcTM01@users.noreply.github.com"}, ] dependencies = [ - "boto3==1.28.78", + "boto3==1.34.127", "ask-sdk-core==1.19.0", "pydantic>=2.7.1", "pydantic-settings>=2.2.1",