diff --git a/poetry.lock b/poetry.lock index 65a82500a7b..1907a735583 100644 --- a/poetry.lock +++ b/poetry.lock @@ -858,8 +858,8 @@ typing-extensions = ">=4.1.0" [[package]] name = "mypy-boto3-dynamodb" -version = "1.25.0" -description = "Type annotations for boto3.DynamoDB 1.25.0 service generated with mypy-boto3-builder 7.11.10" +version = "1.26.0.post1" +description = "Type annotations for boto3.DynamoDB 1.26.0 service generated with mypy-boto3-builder 7.11.10" category = "dev" optional = false python-versions = ">=3.7" @@ -1511,7 +1511,7 @@ validation = ["fastjsonschema"] [metadata] lock-version = "1.1" python-versions = "^3.7.4" -content-hash = "466727c09806540c25598164b30c2e5f141f9eb9664f03cb71b687249433771d" +content-hash = "f3cccc32f76cf0b88aea124389f80b456592852d1971a993ad9d50459c3be786" [metadata.files] attrs = [ @@ -1908,8 +1908,8 @@ mypy-boto3-cloudwatch = [ {file = "mypy_boto3_cloudwatch-1.25.0-py3-none-any.whl", hash = "sha256:e4934d92972f8ea531959593e476a5967b16aed223dc3c076e7e123acc8a2e77"}, ] mypy-boto3-dynamodb = [ - {file = "mypy-boto3-dynamodb-1.25.0.tar.gz", hash = "sha256:a858453090955e29c0ca479ea19f627a2d0dcf916469b104a5c6ad648f1299ba"}, - {file = "mypy_boto3_dynamodb-1.25.0-py3-none-any.whl", hash = "sha256:03437167a084ac0eb718fdaf5931949247b344acc4f75b8b5528f078c8f6f073"}, + {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"}, ] mypy-boto3-lambda = [ {file = "mypy-boto3-lambda-1.25.0.tar.gz", hash = "sha256:441ea9b9a6aa94a70e4e69dd9c7148434e7e501decb5cd8e278f8ca878ef77d3"}, diff --git a/pyproject.toml b/pyproject.toml index 5b143361747..f3616c322e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ python-snappy = "^0.6.1" mypy-boto3-appconfig = "^1.24.29" mypy-boto3-cloudformation = "^1.26.0" mypy-boto3-cloudwatch = "^1.24.35" -mypy-boto3-dynamodb = "^1.24.60" +mypy-boto3-dynamodb = "^1.26.0" mypy-boto3-lambda = "^1.24.0" mypy-boto3-logs = "^1.24.0" mypy-boto3-secretsmanager = "^1.24.11"