diff --git a/python/poetry.lock b/python/poetry.lock index 877a7b3a..b3dfad1d 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -42,17 +42,17 @@ files = [ [[package]] name = "boto3" -version = "1.35.83" +version = "1.35.84" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.35.83-py3-none-any.whl", hash = "sha256:a4828d67b12892cb11fe9e6d86f40975a06db470676e61194968e3a32ec4c536"}, - {file = "boto3-1.35.83.tar.gz", hash = "sha256:df2e0d57241de0f9c31b62e73093c2126e4fd73b87b1897ecf280a1b87a2b825"}, + {file = "boto3-1.35.84-py3-none-any.whl", hash = "sha256:c94fc8023caf952f8740a48fc400521bba167f883cfa547d985c05fda7223f7a"}, + {file = "boto3-1.35.84.tar.gz", hash = "sha256:9f9bf72d92f7fdd546b974ffa45fa6715b9af7f5c00463e9d0f6ef9c95efe0c2"}, ] [package.dependencies] -botocore = ">=1.35.83,<1.36.0" +botocore = ">=1.35.84,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -494,13 +494,13 @@ xray = ["mypy-boto3-xray (>=1.35.0,<1.36.0)"] [[package]] name = "botocore" -version = "1.35.83" +version = "1.35.84" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.83-py3-none-any.whl", hash = "sha256:ba363183e4df79fbcfd5f3600fd473bd45a1de03d0d0b5e78abd59f276971d27"}, - {file = "botocore-1.35.83.tar.gz", hash = "sha256:df5e4384838e50bbafd47e9b5fefb995e83cbb9412e7cd7c0db9555174d91bba"}, + {file = "botocore-1.35.84-py3-none-any.whl", hash = "sha256:b4dc2ac7f54ba959429e1debbd6c7c2fb2349baa1cd63803f0682f0773dbd077"}, + {file = "botocore-1.35.84.tar.gz", hash = "sha256:f86754882e04683e2e99a6a23377d0dd7f1fc2b2242844b2381dbe4dcd639301"}, ] [package.dependencies] @@ -1377,4 +1377,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "0646c98a1d1c7a6a8744dade09cf85c6ebb0f39e5e9f05f623b3e9b6f4978e23" +content-hash = "0c7380621cfd4c8177f2caf7dfc5edad8da60880315f60445c604176a16b589c" diff --git a/python/pyproject.toml b/python/pyproject.toml index 75b2b268..93f7dc98 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.12" openpyxl = "^3.1.2" pydantic = "^2.10.3" aws-lambda-typing = "^2.19.0" -boto3 = "^1.35.83" +boto3 = "^1.35.84" structlog = "^24.1.0" chevron="^0.14.0" boto3-stubs = {extras = ["essential"], version = "^1.35.83"}