diff --git a/poetry.lock b/poetry.lock index 44776e343e1..8411a300acf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -858,8 +858,8 @@ typing-extensions = ">=4.1.0" [[package]] name = "mypy-boto3-dynamodb" -version = "1.26.0.post1" -description = "Type annotations for boto3.DynamoDB 1.26.0 service generated with mypy-boto3-builder 7.11.10" +version = "1.26.24" +description = "Type annotations for boto3.DynamoDB 1.26.24 service generated with mypy-boto3-builder 7.11.11" category = "dev" optional = false python-versions = ">=3.7" @@ -1498,7 +1498,7 @@ validation = ["fastjsonschema"] [metadata] lock-version = "1.1" python-versions = "^3.7.4" -content-hash = "e2d7c21db0f5cef33cf1538fbe8741b698c66b6efdb7dc7666a34a210427d7f5" +content-hash = "2082635ef44c2a60045a38c3dde98ec90ceab8a39839896ebacd08f133d81f34" [metadata.files] attrs = [ @@ -1895,8 +1895,8 @@ mypy-boto3-cloudwatch = [ {file = "mypy_boto3_cloudwatch-1.26.0.post1-py3-none-any.whl", hash = "sha256:aeef90abeed13d6bddf7f878ec68a78903347fbd53022ad1133ef86b6a5dabc4"}, ] mypy-boto3-dynamodb = [ - {file = "mypy-boto3-dynamodb-1.26.0.post1.tar.gz", hash = "sha256:731141ff962033b77603a8a02626d64eb8575a0070e865aff31fe7443e4be6e3"}, - {file = "mypy_boto3_dynamodb-1.26.0.post1-py3-none-any.whl", hash = "sha256:abe06c4c819ef2faa4b2f5cea127549f4c50e83a9869be80c9e77893f682a11b"}, + {file = "mypy-boto3-dynamodb-1.26.24.tar.gz", hash = "sha256:94d059f692189fa3f1315df4e16f02b94018b09b61e3a54bd56c9715f5bfe418"}, + {file = "mypy_boto3_dynamodb-1.26.24-py3-none-any.whl", hash = "sha256:41fc3303eb9b7153e2726f948a952cf7a1344cad5e44e0c225e3c6c3decfe2a6"}, ] mypy-boto3-lambda = [ {file = "mypy-boto3-lambda-1.26.0.post1.tar.gz", hash = "sha256:3e6dedf959aa13fc58e6721d56c93f91068c468659b3d0e22580830f3b39aebc"}, diff --git a/pyproject.toml b/pyproject.toml index f240cacb760..6eb5a5baec3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ python-snappy = "^0.6.1" mypy-boto3-appconfig = "^1.26.0" mypy-boto3-cloudformation = "^1.26.0" mypy-boto3-cloudwatch = "^1.26.0" -mypy-boto3-dynamodb = "^1.26.0" +mypy-boto3-dynamodb = "^1.26.24" mypy-boto3-lambda = "^1.26.0" mypy-boto3-logs = "^1.26.3" mypy-boto3-secretsmanager = "^1.26.0"