diff --git a/poetry.lock b/poetry.lock index a854493d..febcdfc3 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.1.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -221,18 +221,18 @@ extras = ["regex"] [[package]] name = "boto3" -version = "1.38.46" +version = "1.39.1" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.38.46-py3-none-any.whl", hash = "sha256:9c8e88a32a6465e5905308708cff5b17547117f06982908bdfdb0108b4a65079"}, - {file = "boto3-1.38.46.tar.gz", hash = "sha256:d1ca2b53138afd0341e1962bd52be6071ab7a63c5b4f89228c5ef8942c40c852"}, + {file = "boto3-1.39.1-py3-none-any.whl", hash = "sha256:beb945ec1ab4bb48d39640ce7d3054b7e4ab2020ef3259034c039195ae04b2f7"}, + {file = "boto3-1.39.1.tar.gz", hash = "sha256:3f89d6f05ab7d3a6f6807b45e9456a1a0db53bb47b1758cf5e0a3479cdd6d734"}, ] [package.dependencies] -botocore = ">=1.38.46,<1.39.0" +botocore = ">=1.39.1,<1.40.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.13.0,<0.14.0" @@ -241,14 +241,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.38.46" +version = "1.39.1" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.38.46-py3-none-any.whl", hash = "sha256:89ca782ffbf2e8769ca9c89234cfa5ca577f1987d07d913ee3c68c4776b1eb5b"}, - {file = "botocore-1.38.46.tar.gz", hash = "sha256:8798e5a418c27cf93195b077153644aea44cb171fcd56edc1ecebaa1e49e226e"}, + {file = "botocore-1.39.1-py3-none-any.whl", hash = "sha256:912d518ac3096460e54d2cf80899943a521a586fd5c075568e807f3c35623318"}, + {file = "botocore-1.39.1.tar.gz", hash = "sha256:ac829b46b30bd837392c9792cdf63b44d290a4691c028b5e66ab471ced1b8305"}, ] [package.dependencies] @@ -2046,4 +2046,4 @@ requests = ">=2.0,<3.0" [metadata] lock-version = "2.1" python-versions = "^3.13.0" -content-hash = "3a20b29362ee40e0d5cb2a643aa34e0baa213a5679a07960b9c01463e3b2ecdf" +content-hash = "78bc88b833226ad04c407ae067d8b90e7649318d814dbef39e509d0603fe6b03" diff --git a/pyproject.toml b/pyproject.toml index 59ab54f3..2ede5165 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ email-validator = {version = "*"} aws-lambda-powertools = {extras = ["tracer"],version = "^3.7.0"} mypy-boto3-dynamodb = "*" cachetools = "*" -boto3 = "^1.26.125" +boto3 = "^1.39.1" aws-lambda-env-modeler = "*" [tool.poetry.group.dev.dependencies]