diff --git a/poetry.lock b/poetry.lock index b13645dd..1c681969 100644 --- a/poetry.lock +++ b/poetry.lock @@ -28,18 +28,18 @@ validation = ["fastjsonschema (>=2.14.5,<3.0.0)"] [[package]] name = "boto3" -version = "1.38.32" +version = "1.38.34" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.38.32-py3-none-any.whl", hash = "sha256:b998edac72f6740bd5d9d585cf3880f2dfeb4842e626b34430fd0e9623378011"}, - {file = "boto3-1.38.32.tar.gz", hash = "sha256:3faa2c328a61745f3215a63039606a6fcf55d9afe1cc76e3a5e27b9db58cdbf6"}, + {file = "boto3-1.38.34-py3-none-any.whl", hash = "sha256:7d9409be63a11c1684427a9b06d6820ec72785cb275b56affe437f3709a80eb3"}, + {file = "boto3-1.38.34.tar.gz", hash = "sha256:25e76b9fec8db8e21adaf84df0de5c58fa779be121bc327e07e920c7c0870394"}, ] [package.dependencies] -botocore = ">=1.38.32,<1.39.0" +botocore = ">=1.38.34,<1.39.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.13.0,<0.14.0" @@ -48,14 +48,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.38.32" +version = "1.38.34" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.38.32-py3-none-any.whl", hash = "sha256:64ab919a5d8b74dd73eaac1f978d0e674d11ff3bbe8815c3d2982477be9a082c"}, - {file = "botocore-1.38.32.tar.gz", hash = "sha256:0899a090e352cb5eeaae2c7bb52a987b469d23912c7ece86664dfb5c2e074978"}, + {file = "botocore-1.38.34-py3-none-any.whl", hash = "sha256:95ff2c4819498e94b321c9b5ac65d02267df93ff7ce7617323b19f19ea7cb545"}, + {file = "botocore-1.38.34.tar.gz", hash = "sha256:a105f4d941f329aa72c43ddf42371ec4bee50ab3619fc1ef35d0005520219612"}, ] [package.dependencies] @@ -1063,4 +1063,4 @@ termcolor = ">=2.3,<3.0" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "d93416228491f3e1b4533db8579b4385f945f78b137c1c010fdee9b1c0c4d174" +content-hash = "b92af4c44767531751742f26c3c0d515d6456471284b9a0879e55ba8704119b7" diff --git a/pyproject.toml b/pyproject.toml index e3b52e31..df757b22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "*/*", from="src"}, {include = "*", from="src"}, {include [tool.poetry.dependencies] python = "^3.12" -boto3 = "^1.38.32" +boto3 = "^1.38.34" pytest = "^8.4.0" aws-lambda-powertools = "^3.1.0" pydantic = "1.10.18"