diff --git a/poetry.lock b/poetry.lock index d5ef8362f82..f6fdf0df678 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2005,13 +2005,13 @@ typing-extensions = {version = ">=4.1.0", markers = "python_version < \"3.12\""} [[package]] name = "mypy-boto3-dynamodb" -version = "1.34.46" -description = "Type annotations for boto3.DynamoDB 1.34.46 service generated with mypy-boto3-builder 7.23.1" +version = "1.34.57" +description = "Type annotations for boto3.DynamoDB 1.34.57 service generated with mypy-boto3-builder 7.23.2" optional = false python-versions = ">=3.8" files = [ - {file = "mypy-boto3-dynamodb-1.34.46.tar.gz", hash = "sha256:126da0a29ca48502cfa9a26e3024341233d8419f7e03273cea17af7d38e724bd"}, - {file = "mypy_boto3_dynamodb-1.34.46-py3-none-any.whl", hash = "sha256:1af7c80a0891edac29e5b70441122f6803eb772a3b7b498396eec30368232541"}, + {file = "mypy-boto3-dynamodb-1.34.57.tar.gz", hash = "sha256:8ad0eaa33811eb7eb0f8e2bcc2dbcefa86c91d7a21b13af500c3a8bacbe99db0"}, + {file = "mypy_boto3_dynamodb-1.34.57-py3-none-any.whl", hash = "sha256:3f957d604d7289834e549c236d77c229ab8fab107b8a2c9f8a07066348fbd3a3"}, ] [package.dependencies] @@ -3512,4 +3512,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "c3182ab9d0b52c91b164faa969501424f4a83d721ecf4e9cbc606252ad54ec14" +content-hash = "f8f72f2ca1e83499b89df1bc883b19887eb2e9ac72cfd44f64c1756b41ec804b" diff --git a/pyproject.toml b/pyproject.toml index c5222d2d888..f0a8efe9b8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ pytest-benchmark = "^4.0.0" mypy-boto3-appconfig = "^1.34.0" mypy-boto3-cloudformation = "^1.34.32" mypy-boto3-cloudwatch = "^1.34.40" -mypy-boto3-dynamodb = "^1.34.46" +mypy-boto3-dynamodb = "^1.34.57" mypy-boto3-lambda = "^1.34.46" mypy-boto3-logs = "^1.34.16" mypy-boto3-secretsmanager = "^1.34.43"