diff --git a/poetry.lock b/poetry.lock index 7aa76f16be9..0b6133d868d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1484,13 +1484,13 @@ typing-extensions = {version = ">=4.1.0", markers = "python_version < \"3.9\""} [[package]] name = "mypy-boto3-dynamodb" -version = "1.26.158" -description = "Type annotations for boto3.DynamoDB 1.26.158 service generated with mypy-boto3-builder 7.14.5" +version = "1.26.164" +description = "Type annotations for boto3.DynamoDB 1.26.164 service generated with mypy-boto3-builder 7.14.5" optional = false python-versions = ">=3.7" files = [ - {file = "mypy-boto3-dynamodb-1.26.158.tar.gz", hash = "sha256:cbce7bd1c12a3d7ac15cb33690d14e9ca0591b57936bf3ad47562105280e1356"}, - {file = "mypy_boto3_dynamodb-1.26.158-py3-none-any.whl", hash = "sha256:9cecd3d3328f0ab7382a4517b0bc533d565c251d39467c086ae41700588c950e"}, + {file = "mypy-boto3-dynamodb-1.26.164.tar.gz", hash = "sha256:5a832531ac2c81b01dea20ef79f7dd5a2014c3736566a498585f5f46d642adc4"}, + {file = "mypy_boto3_dynamodb-1.26.164-py3-none-any.whl", hash = "sha256:a527270b304f1a517093fff3709c7831fc5616a91bb1c9b6164fa71e37481d84"}, ] [package.dependencies] @@ -2745,4 +2745,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "62ecb7d9b450e2660cab635fbaeef83dbe84baf7b4edb93f927aff38f7298444" +content-hash = "906d8206a4d10f9ac939fbbac0e8427e41ee232dd006ce3043de8a5348fd9c11" diff --git a/pyproject.toml b/pyproject.toml index e01dd94c976..202b88de6d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ python-snappy = "^0.6.1" mypy-boto3-appconfig = "^1.26.71" mypy-boto3-cloudformation = "^1.26.156" mypy-boto3-cloudwatch = "^1.26.127" -mypy-boto3-dynamodb = "^1.26.158" +mypy-boto3-dynamodb = "^1.26.164" mypy-boto3-lambda = "^1.26.163" mypy-boto3-logs = "^1.26.149" mypy-boto3-secretsmanager = "^1.26.135"